cURL
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>", "failParentOnFailure": true, "flowVersionId": "<string>", "status": "FAILED", "environment": "PRODUCTION", "parentRunId": "<string>", "tags": [ "<string>" ], "flowVersion": { "displayName": "<string>" }, "logsFileId": "<string>", "startTime": "<string>", "finishTime": "<string>", "failedStep": { "name": "<string>", "displayName": "<string>" }, "stepNameToTest": "<string>", "archivedAt": null, "stepsCount": 123 } ], "next": "<string>", "previous": "<string>" }
List Flow Runs
Use your api key generated from the admin console
FAILED
Default Response
Show child attributes
PRODUCTION
Cursor to the next page
Cursor to the previous page