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

KeyDatatypeRequiredDescription
pageTokenstringSelects next page. Value must be taken rom response body property 'page.nextToken'. If omitted, first page is returned.
startedDatestringFilter based on startedDate. Get the list of ingestJobs those are greater than the given criteria.
finishedDatestringFilter based on finishedDate. Get the list of ingestJobs those are less than the given criteria.
statusstringFilter based on status.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;ingestJobStatus&quot;:[{&quot;jobId&quot;:&quot;in&quot;,&quot;startedDate&quot;:&quot;laboris Lorem elit&quot;,&quot;finishedDate&quot;:&quot;ea Lorem&quot;,&quot;message&quot;:&quot;Duis nostrud nisi fugiat&quot;,&quot;fileName&quot;:&quot;in do i&quot;,&quot;status&quot;:&quot;STARTED&quot;},{&quot;jobId&quot;:&quot;ex exercitation aliqua ipsum&quot;,&quot;startedDate&quot;:&quot;in adipisicin&quot;,&quot;finishedDate&quot;:&quot;est aliqua&quot;,&quot;message&quot;:&quot;mollit sed consectetur&quot;,&quot;fileName&quot;:&quot;cillum aliquip et&quot;,&quot;status&quot;:&quot;ERROR&quot;}],&quot;page&quot;:{&quot;nextToken&quot;:&quot;Ut laborum dolore enim&quot;}}