v6
latestOpenAPI 3.1.02026-08-04135335658.3 KBWorkflows
Get Workflow
Endpoint to retrieve a workflow configuration by its ID.
Parameters:
- version_number: Fetch a specific version snapshot (returns WorkflowVersionResponse)
- find_active_version: Explicitly fetch parent workflow with active_version_number (returns WorkflowsResponse)
- Neither: Returns parent workflow for backward compatibility (deprecated - use explicit parameters) Note: version_number and find_active_version are mutually exclusive.
get/workflows/v1/workflows/{workflow_id}
Path parameters
workflow_idstring required
Example:5eb7cf5a86d9755df3a6c593
Query parameters
version_numberinteger nullable
Version number to retrieve
Version number to retrieve
find_active_versionboolean nullable
Fetch parent workflow to get active_version_number
Fetch parent workflow to get active_version_number
fully_hydrateboolean
Whether to fully hydrate the workflow
Whether to fully hydrate the workflow
Response
Successful Response