Skip to main content
GET
cURL

Autorizzazioni

Authorization
string
header
obbligatorio

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

Parametri del percorso

baseId
string
obbligatorio
workflowId
string
obbligatorio

Parametri della query

skip
number | null

skip number

take
number | null

take number

status
enum<string>

filter by status

Opzioni disponibili:
success,
failed,
running,
canceled,
pending

Risposta

200 - application/json

Successful response

rowCount
number
obbligatorio

total number of the runs

runs
object[]
obbligatorio

workflow run history

Ultima modifica il 4 settembre 2026