Retrieve a list of jobIds.
GET {{baseUrl}}/ingestJobStatus?pageToken=<string>&startedDate=<string>&finishedDate=<string>&status=<string>
Get a list of jobIds that is ingested, this jobId can be used to find detailed status of the individual job.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
pageToken | string | Selects next page. Value must be taken rom response body property 'page.nextToken'. If omitted, first page is returned. | |
startedDate | string | Filter based on startedDate. Get the list of ingestJobs those are greater than the given criteria. | |
finishedDate | string | Filter based on finishedDate. Get the list of ingestJobs those are less than the given criteria. | |
status | string | Filter based on status. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"ingestJobStatus":[{"jobId":"in","startedDate":"laboris Lorem elit","finishedDate":"ea Lorem","message":"Duis nostrud nisi fugiat","fileName":"in do i","status":"STARTED"},{"jobId":"ex exercitation aliqua ipsum","startedDate":"in adipisicin","finishedDate":"est aliqua","message":"mollit sed consectetur","fileName":"cillum aliquip et","status":"ERROR"}],"page":{"nextToken":"Ut laborum dolore enim"}}