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

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 to given criteria.
finishedDatestringFilter based on finishedDate. Get the list of ingestJobs those are less than to given criteria.
statusstringFilter based on status.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;dataIngestJobs&quot;:[{&quot;id&quot;:&quot;non sint&quot;,&quot;startedDate&quot;:&quot;ex in nostrud&quot;,&quot;finishedDate&quot;:&quot;dolor eiusmod proident adi&quot;,&quot;ingestType&quot;:&quot;ipsum ea Excepteur culpa Lorem&quot;,&quot;ingestPaths&quot;:[&quot;consequat ipsum sed&quot;,&quot;quis&quot;],&quot;message&quot;:&quot;in quis&quot;,&quot;status&quot;:&quot;IN_PROGRESS&quot;},{&quot;id&quot;:&quot;aliqua&quot;,&quot;startedDate&quot;:&quot;dolor amet labore ad culpa&quot;,&quot;finishedDate&quot;:&quot;aliqua&quot;,&quot;ingestType&quot;:&quot;fugiat id nostrud&quot;,&quot;ingestPaths&quot;:[&quot;consectetur nulla sint&quot;,&quot;in velit&quot;],&quot;message&quot;:&quot;enim voluptate o&quot;,&quot;status&quot;:&quot;FINISHED&quot;}],&quot;page&quot;:{&quot;nextToken&quot;:&quot;dolor non do&quot;}}