cURL
curl --request GET \ --url https://cloud.activepieces.com/api/v1/flow-runs/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "created": "<string>", "updated": "<string>", "projectId": "<string>", "flowId": "<string>", "failParentOnFailure": true, "flowVersionId": "<string>", "status": "FAILED", "startTime": "<string>", "environment": "PRODUCTION", "parentRunId": "<string>", "tags": [ "<string>" ], "flowVersion": { "displayName": "<string>" }, "logsFileId": "<string>", "tasks": 123, "duration": 123, "finishTime": "<string>", "steps": {}, "failedStepName": "<string>", "stepNameToTest": "<string>" }
Get Flow Run
Use your api key generated from the admin console
Default Response
FAILED
PRODUCTION
Show child attributes