[Go to site: main page, start]

Skip to main content
GET
JavaScript
0 Credits

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <API_KEY>, where <API_KEY> is your api key.

Path Parameters

monitor_id
string
required
Example:

"mon_123"

Query Parameters

status
enum<string>

Filter runs by lifecycle status.

Available options:
queued,
running,
completed,
failed,
skipped
limit
integer

Maximum number of items to return per page (1-100). Defaults to 25.

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

Opaque pagination cursor from a previous response.

Response

A paginated list of runs for the monitor

data
object[]
required
has_more
boolean
required
next_cursor
string | null
required