GET
/
v1
/
flow-runs
/
{id}
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": {}
}

Authorizations

Authorization
string
header
required

Use your api key generated from the admin console

Path Parameters

id
string
required

Response

200 - application/json
Default Response
id
string
required
created
string
required
updated
string
required
projectId
string
required
flowId
string
required
flowVersionId
string
required
flowDisplayName
string
required
status
required
Available options:
FAILED
startTime
string
required
finishTime
string
required
environment
required
Available options:
PRODUCTION
steps
object
required
tags
string[]
tasks
number