Skip to main content
GET

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Query Parameters

agentId
string

Filter by agent ID

status
enum<string>

Filter by run status

Available options:
queued,
running,
completed,
failed,
cancelled
limit
integer
default:50

Maximum number of runs to return (default 50, max 250)

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

Pagination cursor (run ID from previous page). Returns runs created before this run.

Response

List of runs

runs
object[]
hasMore
boolean
nextCursor
string | null

Pass as cursor to fetch the next page