Skip to main content
GET
A research run's progress events

Authorizations

Authorization
string
header
required

Your API token (af_…) as the Basic-auth username, with an empty password.

Path Parameters

runId
string
required

The research run id (24-character hex), as returned in run.runId by POST /business/research/runs.

Query Parameters

sinceSeq
integer

Return only events whose seq is strictly greater than this value; pass the last seq you received (or nextSinceSeq) to poll incrementally, omit it for the first page.

Required range: x >= 0
limit
integer

Maximum number of events per page, 1 to 500 (default 100); when a page comes back full, nextSinceSeq carries the last seq to continue from.

Required range: 1 <= x <= 500

Response

Success

runId
string
required
events
object[]
required
nextSinceSeq
integer | null
required
status
enum<string>
required
Available options:
queued,
planning,
plan_review,
running,
generating_csv,
uploading,
completed,
failed,
cancelled