Retrieve a list of dataIngestJobs.
GET {{baseUrl}}/dataIngestJobs?pageToken=<string>&startedDate=<string>&finishedDate=<string>&status=<string>
Get a list of dataIngestJobs for the current tenant.
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 to given criteria. | |
finishedDate | string | Filter based on finishedDate. Get the list of ingestJobs those are less than to given criteria. | |
status | string | Filter based on status. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"dataIngestJobs":[{"id":"non sint","startedDate":"ex in nostrud","finishedDate":"dolor eiusmod proident adi","ingestType":"ipsum ea Excepteur culpa Lorem","ingestPaths":["consequat ipsum sed","quis"],"message":"in quis","status":"IN_PROGRESS"},{"id":"aliqua","startedDate":"dolor amet labore ad culpa","finishedDate":"aliqua","ingestType":"fugiat id nostrud","ingestPaths":["consectetur nulla sint","in velit"],"message":"enim voluptate o","status":"FINISHED"}],"page":{"nextToken":"dolor non do"}}