Skip to main content
GET
List and search runs

Authorizations

X-API-Key
string
header
required

API key for authentication. Get your key from the API Keys page.

Query Parameters

status
enum<string>

Filter by run status

Available options:
PENDING,
RUNNING,
COMPLETED,
FAILED,
CANCELLED
Example:

"COMPLETED"

goal
string

Filter runs by goal text (case-insensitive partial match)

Maximum string length: 500
Example:

"linkedin"

created_after
string<date-time>

Filter runs created after this ISO 8601 timestamp

Example:

"2026-01-01T00:00:00Z"

created_before
string<date-time>

Filter runs created before this ISO 8601 timestamp

Example:

"2026-02-01T00:00:00Z"

sort_direction
enum<string>
default:desc

Sort order by created_at

Available options:
asc,
desc
Example:

"desc"

cursor
string

Cursor for pagination (from previous response)

Example:

"eyJpZCI6ImFiYyIsImNyZWF0ZWRBdCI6IjIwMjYtMDEtMDFUMTI6MDA6MDBaIn0="

limit
integer
default:20

Maximum number of results to return (1-100)

Required range: 1 <= x <= 100
Example:

20

Response

Paginated list of runs

Paginated list of runs

data
object[]
required

Array of runs

pagination
object
required

Pagination information