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

baseId
string
required
workflowId
string
required

Query Parameters

skip
number | null

skip number

take
number | null

take number

status
enum<string>

filter by status

Available options:
success,
failed,
running,
canceled,
pending

Response

200 - application/json

Successful response

rowCount
number
required

total number of the runs

runs
object[]
required

workflow run history

Last modified on March 5, 2026