Get the status of a task
Path parameters
taskIdstringRequired
Unique identifier of the task
Header parameters
x-dq-enterprise-api-keystringRequired
Enterprise API key
Responses
200
OK
application/json
taskIdstringOptionalExample:
Unique identifier of the task
6753030831fe9826412bac5ccreatedAtstring · date-timeOptionalExample:
Date at which the task was created
2024-12-09T14:14:17.574+0000completedAtstring · date-time · nullableOptionalExample:
Date at which the task was completed (if in COMPLETED status)
2024-12-09T14:19:17.574+0000typestring · enumOptionalExample:
Type of the task
PUSH_FAILED_TRIPSPossible values: statusstring · enumOptionalExample:
Current status of the task
IN_PROGRESSPossible values: nbItemsintegerOptionalExample:
Total number of items to process
321nbRemainingItemsintegerOptionalExample:
Number of items remaining to process
12401
Unauthorized
404
Not found
application/json
500
Internal server error
application/json
get
/task/{taskId}Response
Name
Type
Description
Last updated
Was this helpful?

