cURL
curl --request GET \ --url http://{api_endpoint}/api/v1/v1/orchestrate/flows/ \ --header 'Authorization: Bearer <token>'
[ {} ]
List flows runs
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
completed
in_progress
interrupted
failed
Flow runs return.
The response is of type object[].
object[]