---
title: "List playbook executions with filtering"
method: GET
path: "/workspace/{ws_id}/executions"
tags: ["Executions"]
---

# List playbook executions with filtering

`GET /workspace/{ws_id}/executions`

List playbook executions with RQL filtering.

## Path parameters

- `ws_id` string, required

## Query parameters

- `q` string

## Response `200`

Paginated executions response

- object
  - `limit` integer
  - `offset` integer
  - `total` integer
  - `results` ModelsPlaybookExecution[]
    - `app_id` string
    - `async_parent_execution_id` string
    - `cancel_reason` string
    - `created_at` integer
    - `created_by` string
    - `ctrl_id` string
    - `draft_execution_number` integer
    - `engine_v2_compile_error` string
    - `engine_version` string — The preferred workflow engine version
    - `error_details` object
    - `execution_depth` integer
    - `execution_number` integer — UNIQUE INDEX idx_playbook_executions_pbid_en
    - `finished_at` integer
    - `id` string
    - `last_playbook_name` string — LastPlaybookName Holds last playbook name after playbook deletion to be used in display names for past executions
    - `name` string
    - `net_runtime_ms` integer
    - `parent_execution_id` string
    - `playbook` string
    - `playbook_id` string — UNIQUE INDEX idx_playbook_executions_pbid_en
    - `runner_cluster_version` string
    - `runner_group_id` string
    - `runner_id` string — use text column type to allow empty strings
    - `runner_version` string
    - `started_at` integer
    - `state` string
    - `state_ui` string
    - `step_results` ModelsStepResults
    - `tenant_id` string
    - `test_session_id` string
    - `timeout` integer — timeout in milliseconds
    - `top_execution_id` string
    - `top_execution_started_at` integer
    - `trigger_type` string — The type of the trigger of the workflow
    - `type` string
    - `updated_at` integer
    - `updated_by` string
    - `version` string
    - `with_concurrency_limit` boolean
    - `workspace_id` string

## Other responses

- `400` — Invalid query parameters
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Search failed or no matching data
- `500` — Internal server error

---

[API](https://skmtc.net/blinkops/apis/blink-rest-api.md) · [All operations](https://skmtc.net/blinkops/apis/blink-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blinkops/blink-rest-api/revisions/f043409736b2/schema)
