get_executed_workflows
Retrieve executed workflows for the current session, with optional filtering by workflow ID or record ID, returning a paginated list of latest results per workflow.
Instructions
Retrieve executed workflows for the current session. If 'id' is provided, returns that single record (if it belongs to this session). If 'workflow_id' is provided, filters the list to that workflow. Otherwise returns a paginated list of latest results per workflow for this session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| workflow_id | No | ||
| limit | No | ||
| offset | No |