v1

latestOpenAPI 3.0.0proprietary2026-07-261695971.5 MB
Workflow Template

List Workflow Templates

Returns the list of all Workflow Templates in your organization. You can limit the number of items returned by using filters and pagination.

get/workflow_templates

Response

OK

Example response

{
  "data": [
    {
      "id": "0ef334d2-7f36-4643-8a2a-4283b4a3e4a4",
      "name": "Customer Onboarding",
      "action_groups": [
        {
          "type": "identity_verification"
        }
      ],
      "workspaces": [
        {
          "id": "0ef334d2-7f36-4643-8a2a-4283b4a3e4a4"
        }
      ]
    }
  ]
}