v1

latestOpenAPI 3.0.32026-07-176179196.6 KB
workflows

Required scope: automation:workflows:read

get/workflows/{id}

Path parameters

idstring uuid required

A UUID string identifying this workflow.

Query parameters

adminAccessboolean

Allow access to all workflows/executions - additionally requires automation:workflows:admin

Response

idstring uuid
titlestring required
tasksTasks
taskDefaultsobject
usagesobject required
descriptionstring
labelsLabels
versioninteger required
actorstring
ownerstring uuid
isPrivateboolean
triggerTypestring required
schemaVersioninteger

Example response

{
  "trigger": {
    "schedule": {
      "trigger": {
        "cron": "0 0 * * *"
      }
    }
  }
}