v1

latestOpenAPI 3.1.02026-08-06163531.4 KB
workflows

Get Workflow

Get Workflow

Retrieve a workflow with the given workflow ID.

Headers:

  • Authorization (str): HTTP bearer - API token for user authentication.

Args:

  • workflow_id: The UUID of the workflow to retrieve.

Returns:

  • GetWorkflowResponse: JSON object containing the workflow ID, name, definition, status, and message.
get/workflow/{workflow_id}

Path parameters

workflow_idstring uuid required

Response

Successful Response