Skip to main content
GET
Get task status and paginated results

Get Task Status and Results

Query a task by task_id. When the task status is succeeded, the response automatically includes the first page of normalized results. Use cursor and limit on the same endpoint to read additional result pages.

Endpoint

Use the next_cursor returned under results to read the next page:

Response

Response Fields

Pagination

Every declared field is present unless it was omitted by fields. Unavailable scalar values and objects are null; known zero values remain 0, false values remain false, and known empty collections remain [].
While a task is queued, running, or failed, this endpoint returns task metadata without results.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

task_id
string
required

Query Parameters

cursor
string
limit
integer
default:50
fields
string

Up to 50 comma-separated fields or dot paths.

Response

200

Task detail