Get status of a context add job
Returns the status and result of a context add job by job id.
Path parameters
Job ID to check status for
Response
Job status and result
Example response
{
"success": true,
"jobId": "job_01HXYZABC",
"status": "completed",
"attemptsMade": 1,
"finishedOn": 1712345678901,
"processedOn": 1712345670000
}Changes
Changed in 3 of the 29 revisions of this API.121
- ▲
the
response's property type changed fromstringtoobjectfor statusresponse-property-type-changed
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
added the required property
/to the response with the statusresponse-required-property-added
- ○
added the required property
/to the response with the statusresponse-required-property-added
- ▲
- ○
api operation id
checkStatusForParticularJobInAddContextAsyncwas addedapi-operation-id-added
- ○
- ○
endpoint added
endpoint-added
- ○