v1

latestOpenAPI 3.1.02026-07-2658119246.0 KB
Tasks

List tasks

Retrieve a paginated list of tasks for the authenticated account.

get/v2/tasks

Query parameters

cursorstring uuid

Cursor for pagination. Use the next_cursor from the previous response.

Cursor for pagination. Use the next_cursor from the previous response.

limitinteger

Number of tasks to return per page.

Example:10

Number of tasks to return per page.

Response

List of tasks returned successfully.

Example response

{
  "data": [
    {
      "batch_id": "4b0a90bf-c951-42e4-95b3-a95a65ba69fc",
      "created_at": "2024-01-15T10:30:00Z",
      "download_url": "https://api.webit.live/api/v2/tasks/123e4567-e89b-12d3-a456-426614174000/results",
      "error": "Connection timeout",
      "error_type": "timeout_error",
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "modified_at": "2024-01-15T10:35:00Z",
      "state": "pending",
      "status_code": 200,
      "status_url": "https://api.webit.live/api/v2/tasks/123e4567-e89b-12d3-a456-426614174000"
    }
  ]
}