Skip to main content
GET
/
tasks
/
{uuid}
/
status
Get task status
curl --request GET \
  --url https://staging.hdp.api.herodotus.cloud/tasks/{uuid}/status
{
  "status": "<string>",
  "taskId": "<string>",
  "updatedAt": "<string>",
  "errorMessage": "<string>"
}

Path Parameters

uuid
string
required

The unique identifier (UUID) of the task

Response

Task status retrieved successfully

status
string
required
taskId
string
required
updatedAt
string
required
errorMessage
string | null