latestOpenAPI 3.0.12026-08-10434791.3 KB

4eedf1838ef4

Workflow

Get a workflow

get/api/workflows/{id}

Path parameters

idinteger required

workflow id

Response

default response

configobject
idstring required

workflow definition ID

namestring required

workflow name

revisionstring required

revision

timezonestring required

timezone

Example response

{
  "id": "123456",
  "name": "wf-123",
  "project": {
    "id": "123456",
    "name": "abcdefg"
  },
  "timezone": "UTC"
}