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>", "tags": [ "<string>" ], "flowVersionId": "<string>", "flowDisplayName": "<string>", "tasks": 123, "status": "FAILED", "startTime": "<string>", "finishTime": "<string>", "environment": "PRODUCTION", "steps": {} }
Get Flow Run
Use your api key generated from the admin console
Default Response
The response is of type object.
object