Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Enter your API key as the bearer token. Set header: Authorization to Bearer <api_key>

Query Parameters

connector_id
string
required

The ID of the connector to list runs for.

limit
integer
default:20

Maximum number of runs to return.

Required range: 1 <= x <= 100
cursor
string

Cursor from a previous response's next_cursor, to fetch the next page.

Response

Successful response

data
Run · object[]
required

Runs for the requested page, ordered newest first.

has_more
boolean
required

Whether more runs exist after this page.

next_cursor
string | null
required

Pass as the cursor query parameter to fetch the next page. Null when has_more is false.