ListExecutions lists flow executions with filtering.
GET/api/v1/voice/flows/executions
Returns execution records for debugging and analysis.
Pagination
- page: Page number (default: 1)
- per_page: Results per page (default: 20, max: 100)
Filtering
- flow_id: Filter by flow
- status: Filter by execution status
- call_id: Filter by call
Errors
- PERMISSION_DENIED: Caller lacks voice:flow:read permission
Request
Responses
- 200
- default
A successful response.
An unexpected error response.