Get job items status
GET https://{{base_url}}/v3/bulk/jobs/{{job_id}}/items
The Get job items status request retrieves all the details of the items associated with a specific job, along with their status.
To use the API Request, you will need to authenticate yourself either with a Management Token (highly recommended) or an Authtoken.Â
Read more about it in Authentication.
For more information, refer to the Get job items status API Reference document
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
include_count | boolean | If set to true, the response includes the total count of items within the job. Default value for this parameter is false. | |
skip | number | Enter the number of items to be skipped from the response body. Default value for this parameter is 0. | |
limit | number | Enter the maximum number of items to be returned. Default and maximum value for this parameter is 100. | |
include_reference | boolean | Set this parameter to 'true' to include the details of all the referenced items in response. Default value for this parameter is false. | |
status | string | Enter the status 'success' or 'failed' for which you want to retrieve items. | |
type | string | Enter the filter 'entry' or 'asset' for which you want to retrieve items. | |
ct[] | string | Enter the unique ID of the content type from which you want to filter responses. Filter multiple content types by using ct[]=your_content_type_uid1&ct[]=your_content_type_uid2. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
api_key | string | Enter the API key of the stack. | |
authorization | string | For this call we recommend you to use management token. | |
api_version | string | Enter the API version. | |
Content-Type | string |