Tasks
Get task
Return the status of a task.
get/tasks/{taskid}
Path parameters
taskidstring required
Task ID
Example:sampleTaskID1234567890abcdef0000
Response
Task
Example response
{
"id": "sampleTaskID1234567890abcdef0000",
"status": "pending",
"percent": 42,
"ended": "2024-04-24T17:42:28Z"
}