---
title: "List step executions for a specified execution"
method: GET
path: "/workspace/{ws_id}/executions/{id}/steps"
tags: ["Executions"]
---

# List step executions for a specified execution

`GET /workspace/{ws_id}/executions/{id}/steps`

Returns all step execution records for the given playbook execution.

## Path parameters

- `ws_id` string, required
- `id` string, required

## Response `200`

Paginated step executions response

- object
  - `limit` integer
  - `offset` integer
  - `total` integer
  - `results` ModelsStepExecutionWithSubflow[]
    - `action` string
    - `async_subflow_execution_ids` string[]
    - `billed_state_counts` object
    - `cmd_id` string
    - `continue_on_error` boolean
    - `created_at` integer
    - `created_by` string
    - `error_caught` boolean
    - `error_data` string
    - `evaluated_expressions` object
    - `execution_count` integer
    - `execution_id` string
    - `finished_at` integer
    - `id` string
    - `input_parameters` ActionInputsInputParams
    - `original_output` string
    - `output_data` string
    - `parent_step_ids` string[]
    - `response_type` integer
    - `runner` string
    - `runner_cluster_version` string
    - `runner_group_id` string
    - `runner_version` string
    - `started_at` integer
    - `state` string
    - `step_id` string
    - `subflow_execution_id` string
    - `subflow_id` string
    - `sync_subflow_execution_ids` string[]
    - `tenant_id` string
    - `timeout` integer
    - `updated_at` integer
    - `updated_by` string

## Other responses

- `400` — Missing execution ID
- `500` — Failed to load step executions

---

[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)
