Skip to main content
GET
List research 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 research run status

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

"COMPLETED"

query
string

Filter by query text (case-insensitive partial match)

Maximum string length: 500
Example:

"AI safety"

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). Must be replayed with the same sort_direction used to generate it.

limit
integer
default:20

Maximum number of results to return (1-100)

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

20

Response

Paginated list of research runs

data
object[]
required

Array of research runs

pagination
object
required

Pagination information