Skip to main content
GET
/
client
/
executions
List client workflow executions
curl --request GET \
  --url http://localhost:8080/api/v1/client/executions \
  --header 'Authorization: <api-key>'
"<unknown>"

Authorizations

Authorization
string
header
required

JWT Bearer token or raw API key via Authorization header

Query Parameters

workflow_id
integer

Filter by workflow ID

status
integer

Filter by execution status: 1=queued, 2=executing, 3=completed, 4=failed, 5=cancelled, 6=skipped, 7=retried

from_date
string

Filter executions created at or after this date (RFC3339 or YYYY-MM-DD)

to_date
string

Filter executions created at or before this date (RFC3339 or YYYY-MM-DD)

page
integer
default:1

Page number

page_size
integer

Items per page

Response

OK

The response is of type any.