Retrieve a list of jobIds.
GET {{baseUrl}}/ingestJobStatus?pageToken=<string>
Get a list of jobIds that is ingested, this jobId can be used to find detailed status using ingestJobStatus.
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. | |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"ingestJobStatus":[{"jobId":"in sed do","startedDate":"fugiat irure","finishedDate":"Ut ex nisi","message":"amet","fileName":"officia quis laborum","status":"STARTED"},{"jobId":"mollit co","startedDate":"cillum ea pariatur dolor","finishedDate":"nisi velit Excepteur voluptate","message":"consectetur","fileName":"","status":"STARTED"}],"page":{"nextToken":"est"}}