List Executions
Flow execution
List Executions
List flow executions with filtering and pagination.
Supports filtering by:
- flow_id: Specific flow
- status: Execution status
- trigger_type: How execution was triggered
- start_date/end_date: Date range filtering
GET
List Executions
Documentation Index
Fetch the complete documentation index at: https://docs.thena.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Query Parameters
Filter by flow ID
Filter by status Flow execution status enumeration.
Available options:
pending, queued, running, completed, failed, cancelled, timeout, retrying Filter by trigger type How the execution was triggered.
Available options:
manual, event, scheduled, api, webhook, test Filter executions after this date
Filter executions before this date
Page number
Required range:
x >= 1Number of items per page
Required range:
1 <= x <= 100Response
Successful Response