Xsolla-logo

Get status of items importServer-sideAdmin

get/v1/admin/projects/{project_id}/connectors/import_items/import/status

Retrieves information about the progress of importing items into the project. This API call retrieves data on the last import carried out through the API or Publisher Account.

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
Responses
200

The import status has been successfully retrieved.

401

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

Request samples
Response samples
application/json
{
  • "status": "error",
  • "date_created": "2024-11-19T14:27:31+03:00",
  • "date_updated": "2024-11-19T15:27:31+03:00",
  • "date_completed": "2024-11-19T15:27:31+03:00",
  • "progress": 100,
  • "error": null,
  • "error_code": null,
  • "result": {
    }
}