Skip to main content

Endpoint

Authentication

This endpoint requires authentication via API key. Include your API key in the X-API-Key header:

Query Parameters

Request Example

Response

Success Response

Status Code: 200 OK

Response Fields

Workflow Schema Fields

Error Responses

401 Unauthorized

Returned when authentication fails. See the authentication errors section for details.

500 Internal Server Error

Returned when the request fails due to a server error.

Notes

Use the workflow_id and version from this response to get the full workflow schema or initiate a workflow instance.
Set active_only=true to filter out deprecated or inactive workflows and only see workflows you can currently use.

Use Cases

This endpoint is useful for:
  • Workflow discovery - Explore available workflows in your organization
  • Dynamic integrations - Build applications that adapt to available workflows
  • Workflow management - Monitor which workflows are active
  • User interfaces - Populate workflow selection dropdowns