Get workflow status

Get workflow status

Returns workflow status details by its name.

Path Parameters
  • statusName
    string
    required

    The name of the workflow status.

Responses
GET/workflow/statuses/{statusName}

{
  "name": "…",
  "color": null,
  "type": "Draft",
  "isTranslationStatus": true,
  "description": null
}