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:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Filter by execution status Runtime execution status.
pending, running, completed, failed, cancelled, dry_run_completed Page number (1-indexed)
x >= 1Items per page
1 <= x <= 100