Skip to main content
GET
cURL

Autorisierungen

Authorization
string
header
erforderlich

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

Pfadparameter

baseId
string
erforderlich
workflowId
string
erforderlich

Abfrageparameter

skip
number | null

skip number

take
number | null

take number

status
enum<string>

filter by status

Verfügbare Optionen:
success,
failed,
running,
canceled,
pending

Antwort

200 - application/json

Successful response

rowCount
number
erforderlich

total number of the runs

runs
object[]
erforderlich

workflow run history

Zuletzt geändert am 4. September 2026