cURL
curl --request GET \ --url https://staging.hdp.api.herodotus.cloud/tasks/{uuid}/status
{ "status": "<string>", "taskId": "<string>", "updatedAt": "<string>", "errorMessage": "<string>" }
Retrieves the current status of a scheduled Data Processor task. This endpoint does not require authentication.
The unique identifier (UUID) of the task
Task status retrieved successfully