GET
/
v1
/
orchestrate
/
flows
/
Retrieve flow instances
curl --request GET \
  --url http://{api_endpoint}/api/v1/v1/orchestrate/flows/ \
  --header 'Authorization: Bearer <token>'
[
  {}
]

Authorizations

Authorization
string
header
required

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

Query Parameters

flow_id
string
version
string
state
enum<string>
Available options:
completed,
in_progress,
interrupted,
failed
instance_id
string
root_only
boolean
default:true
initiators
string[] | null
page
number
default:1
page_size
number
default:20

Response

200
application/json

Flow runs return.

The response is of type object[].