Skip to main content
GET
List Runs

Authorizations

x-api-key
string
header
required

Pass your Exa API key in the x-api-key header. You can also authenticate with Authorization: Bearer .

Path Parameters

id
string
required

The monitor ID

Query Parameters

cursor
string

Pagination cursor from a previous response

limit
integer
default:50

Number of results per page

Required range: 1 <= x <= 100

Response

200 - application/json

A paginated list of runs

data
object[]
required

The list of runs

hasMore
boolean
required

Whether there are more results

nextCursor
string | null

Cursor for the next page