GET
/
v1
/
runs
/
{run_id}
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "group_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "workflow_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "input": {},
  "node_ids": [
    "<string>"
  ],
  "status": "queued",
  "progress": 0,
  "definitions": {},
  "created_at": "2023-11-07T05:31:56Z",
  "finished_at": "2023-11-07T05:31:56Z",
  "workflow": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "group_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "type": "flow",
    "definition": {},
    "last_updated_at": "2023-11-07T05:31:56Z",
    "last_run_at": "2023-11-07T05:31:56Z",
    "created_at": "2023-11-07T05:31:56Z",
    "deleted_at": "2023-11-07T05:31:56Z",
    "runs_count": 123,
    "author_name": "<string>",
    "description": "<string>",
    "saved": true,
    "error_handler": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  },
  "source": "<string>"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

run_id
string
required

Response

200
application/json
Successful Response
id
string
required
group_id
string
required
workflow_id
string
required
input
object
required
status
enum<string>
required
Available options:
queued,
running,
failed,
completed,
stopped
created_at
string
required
node_ids
progress
integer
default:0
definitions
object | null
finished_at
string | null
workflow
object | null
source
string | null