Skip to main content
GET
List execution history

Authorizations

Authorization
string
header
required

JWT token for authentication

Query Parameters

workflow_id
string<uuid>

Filter by workflow UUID

status
enum<string>

Filter by execution status

Available options:
pending,
running,
completed,
failed,
cancelled
limit
integer
default:50

Maximum number of results

Required range: 1 <= x <= 100
offset
integer
default:0

Number of results to skip

Required range: x >= 0

Response

Execution history retrieved successfully

success
boolean

Whether the request was successful

data
object[]

Response data (type varies by endpoint)

message
string

Response message

error
string

Error message (if any)