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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.herodotus.cloud/llms.txt

Use this file to discover all available pages before exploring further.

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