MCP tool to retrieve executions/instances of a specific workflow from the Thena platform.
get_workflow_executions
Name | Type | Required | Description |
---|---|---|---|
workflowId | string | Yes | The unique identifier of the workflow |
version | number | No | The version of the workflow |
status | string | No | The status of the workflow execution |
from | string | No | The start date from which to fetch executions (in ISO format) |
to | string | No | The end date to which to fetch executions (in ISO format) |
Field | Type | Description |
---|---|---|
id | string | The identifier of the workflow instance |
workflowId | string | The identifier of the workflow |
version | number | The version of the workflow |
status | string | The status of the workflow instance |
context | object | The context of the workflow instance |
startedAt | string (ISO8601) | The start date of the workflow instance |
lastUpdatedAt | string (ISO8601) | The last updated date of the workflow instance |