Skip to main content
GET
cURL

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

baseId
string
requis
workflowId
string
requis

Paramètres de requête

skip
number | null

skip number

take
number | null

take number

status
enum<string>

filter by status

Options disponibles:
success,
failed,
running,
canceled,
pending

Réponse

200 - application/json

Successful response

rowCount
number
requis

total number of the runs

runs
object[]
requis

workflow run history

Dernière modification le 4 septembre 2026