List Flow Runs
curl --request GET \ --url https://cloud.activepieces.com/api/v1/flow-runs/ \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "created": "<string>", "updated": "<string>", "projectId": "<string>", "flowId": "<string>", "tags": [ "<string>" ], "flowVersionId": "<string>", "flowDisplayName": "<string>", "tasks": 123, "status": "FAILED", "startTime": "<string>", "finishTime": "<string>", "environment": "PRODUCTION" } ], "next": "<string>", "previous": "<string>" }
Use your api key generated from the admin console
FAILED
Show child attributes
PRODUCTION
Cursor to the next page
Cursor to the previous page