Skip to main content
GET
cURL

Авторизації

Authorization
string
header
обов'язково

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

Параметри шляху

baseId
string
обов'язково
workflowId
string
обов'язково

Параметри запиту

skip
number | null

skip number

take
number | null

take number

status
enum<string>

filter by status

Доступні опції:
success,
failed,
running,
canceled,
pending

Відповідь

200 - application/json

Successful response

rowCount
number
обов'язково

total number of the runs

runs
object[]
обов'язково

workflow run history

Останнє оновлення 4 вересня 2026 р.