GET
/
v1
/
workflows
/
{workflow_id}
{
  "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",
  "triggers": []
}

Authorizations

X-API-Key
string
header
required

Path Parameters

workflow_id
string
required

Response

200
application/json
Successful Response
id
string
required
group_id
string
required
name
string
required
type
enum<string>
required
Available options:
flow,
handler,
ingestion
definition
object
required
last_updated_at
string | null
last_run_at
string | null
created_at
string | null
deleted_at
string | null
runs_count
integer | null
author_name
string | null
description
string | null
saved
boolean | null
error_handler
string | null
triggers
object[]