Workflow
Retrieve a Workflow
Please note archived Workflows are NOT returned.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The UID of the Workflow
Response
200 - application/json
Workflow's author UID.
datetime formatted as ISO 8601 (e.g. "2020-12-15T03:34:13.000Z")
Workflow's executions count.
The Workflow name.
The status of the Workflow.
Available options:
draft
, live
, paused
, archived
The type of Workflow trigger.
Available options:
user
, request
The UID of the Workflow.
datetime formatted as ISO 8601 (e.g. "2020-12-15T03:34:13.000Z")