# Executions > Query execution records and details ## List Executions Endpoint `GET /executions` List all workflow executions across all workflows. **Parameters:** - `status` (query): string - `page` (query): integer - `page_size` (query): integer **Response (200):** `ExecutionListResponse` ## Get Execution Endpoint `GET /executions/{execution_id}` Get detailed information about a workflow execution run. **Parameters:** - `execution_id` (path) (required): string **Response (200):** `ExecutionDetailResponse`