Skip to main content

MCP tool: get_workflow_executions

Retrieves all executions/instances of a specific workflow with optional filtering by status and date range. This tool provides detailed information about workflow execution history and current status.

Example prompt

Input parameters

Response fields

Below are the fields you may see in each workflow execution object in the response:
FieldTypeDescription
idstringThe identifier of the workflow instance
workflowIdstringThe identifier of the workflow
versionnumberThe version of the workflow
statusstringThe status of the workflow instance
contextobjectThe context of the workflow instance
startedAtstring (ISO8601)The start date of the workflow instance
lastUpdatedAtstring (ISO8601)The last updated date of the workflow instance

Sample response