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

KeyDatatypeRequiredDescription
include_countbooleanIf set to true, the response includes the total count of items within the job. Default value for this parameter is false.
skipnumberEnter the number of items to be skipped from the response body. Default value for this parameter is 0.
limitnumberEnter the maximum number of items to be returned. Default and maximum value for this parameter is 100.
include_referencebooleanSet this parameter to 'true' to include the details of all the referenced items in response. Default value for this parameter is false.
statusstringEnter the status 'success' or 'failed' for which you want to retrieve items.
typestringEnter the filter 'entry' or 'asset' for which you want to retrieve items.
ct[]stringEnter 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

KeyDatatypeRequiredDescription
api_keystringEnter the API key of the stack.
authorizationstringFor this call we recommend you to use management token.
api_versionstringEnter the API version.
Content-Typestring