List all ongoing context add jobs for the authenticated user
Returns all jobs (active, waiting, delayed, failed, completed) belonging to the authenticated user.
Query parameters
Type of jobs to list
Maximum number of jobs to return
Number of jobs to skip before starting to collect the result set
Response
List of jobs
Example response
{
"success": true,
"jobs": [
{
"jobId": "12345",
"status": "active",
"attemptsMade": 1,
"failedReason": "Some error",
"finishedOn": 1712345678901,
"processedOn": 1712345678900
}
]
}Changes
Changed in 3 of the 29 revisions of this API.214
- ●
removed the optional property
from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
from the response with the statusresponse-optional-property-removed
- ○
added the non-success response with the status
response-non-success-status-added
- ○
added the non-success response with the status
response-non-success-status-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
- ○
the response property
became required for the statusresponse-property-became-required
- ○
the response property
became required for the statusresponse-property-became-required
- ●
- ○
api operation id
checkStatusForAllAddAsyncJobswas addedapi-operation-id-added
- ○
- ○
endpoint added
endpoint-added
- ○