Workflow
Retrieve a Workflow
Please note archived Workflows are NOT returned.
GET
/
v1
/
workflows
/
{uid}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
uid
string
requiredThe UID of the Workflow
Response
200 - application/json
uid
string
The UID of the Workflow.
name
string
The Workflow name.
status
enum<string>
default: draftThe status of the Workflow.
Available options:
draft
, live
, paused
, archived
executed_count
integer
default: 0Workflow's executions count.
trigger_type
enum<string>
The type of Workflow trigger.
Available options:
user
, request
, date
author_uid
string | null
Workflow's author UID.
updated_at
string
datetime formatted as ISO 8601 (e.g. "2020-12-15T03:34:13.000Z")
created_at
string
datetime formatted as ISO 8601 (e.g. "2020-12-15T03:34:13.000Z")