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

最終更新日 2026年9月4日