Skip to main content

Get Failed Items in a Job

Select

SaaS
Customer Managed

This operation is used to return failed items in a given job id.

Path Parameters
  • jobId string required
Responses

OK


Schema
  • isFailedItemsCSV boolean
  • failedItems object[]
  • failureReason string
  • entity string
GET /job/:jobid/faileditems    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
jobId — path required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Job/:jobId/FailedItems' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'