Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workflowId
string
required

Query Parameters

skip
integer | null
Required range: x >= 0
take
integer
Required range: 1 <= x <= 500
status
enum<string>
Available options:
success,
failed,
running,
canceled,
pending
cursor
string

nextCursor from the previous page; supersedes skip when present

Response

200 - application/json

Successful response

runs
object[]
required
total
number
required

total number of runs, deduplicated across hot and archived storage. Same late-terminal exception as the run list rowCount: a run turning terminal only after an archive pass, sorting below the archive boundary, is missing until the next successful archive pass.

nextCursor
string | null
required

cursor for the next page; pass it back as cursor. null means the list is exhausted. Present on every page — only the first request needs skip/take

Last modified on September 15, 2026