List Executions
Executions
List Executions
List executions for a task with filtering and pagination.
Required Role: VIEWER or higher
Returns executions ordered by queued_at descending (most recent first).
Query Parameters:
- status: Filter by execution status (pending, queued, running, completed, failed, cancelled, dry_run_completed)
- page: Page number (1-indexed)
- limit: Items per page (max 100)
GET
List Executions
Documentation Index
Fetch the complete documentation index at: https://docs.dataraven.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter by execution status Runtime execution status.
Available options:
pending, running, completed, failed, cancelled, dry_run_completed Page number (1-indexed)
Required range:
x >= 1Items per page
Required range:
1 <= x <= 100