Skip to main content
GET
/
tasks
List tasks
curl --request GET \
  --url https://staging.hdp.api.herodotus.cloud/tasks
{
  "error": "<string>",
  "details": "<string>",
  "message": "<string>",
  "taskId": "<string>"
}

Query Parameters

hdp_tasks_page
string

Page number (default: 1)

hdp_tasks_per_page
string

Items per page (default: 10, max: 100)

Search query to filter tasks by UUID

hdp_tasks_status
string

Filter by task status

hdp_tasks_client_id
string

Filter by client ID

Response

Tasks retrieved successfully