get_executed_workflows
Retrieve executed workflow records from Splunk sessions, allowing filtering by specific IDs or workflows and paginated viewing of recent results.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| workflow_id | No | ||
| limit | No | ||
| offset | No |