Xsolla-logo

Get codes loading session informationServer-sideAdmin

get/v2/project/{project_id}/admin/items/game/key/upload/session/{session_id}

Gets codes loading session information.

SecuritybasicAuth
Request
path Parameters
project_id
required
integer

Project ID. You can find this parameter in your Publisher Account next to the name of the project.

Example: 44056
session_id
required
string
Default: "fc7105b6e8ee01339582970b37697242"

Session ID.

Responses
200

Codes loading session information was successfully received.

401

Basic authentication not passed or wrong. Make sure you used basic authentication or correct credentials.

404

Codes loading session not found.

Request samples
Response samples
application/json
{
  • "session_id": "fc7105b6e8ee01339582970b37697242",
  • "count_uploaded": 0,
  • "count_total": 100,
  • "count_skipped": 10,
  • "status": "processing"
}