---
title: "Get execution steps for certain execution"
method: GET
path: "/execution/{item-id}/steps/"
tags: ["Execution", "Execution Step"]
---

# Get execution steps for certain execution

`GET /execution/{item-id}/steps/`

Returns a list of `ExecutionStep` models

## Query parameters

- `page` integer
- `per_page` integer
- `filter` string
- `sort_by` string

## Response `200`

Sucessful response

- object
  - `items` ExecutionStep[], required
    - `id` string, required
    - `model` 'execution_step', required
    - `version` number, required
    - `time_updated` integer, required
    - `time_deleted` integer, required
    - `initiator_id` string, required
    - `data` object, required
      - `execution_id` string, required
      - `role` string, required
      - `name` string, required
      - `error_message` string, required
      - `time_started` integer, required
      - `time_finished` integer, required
      - `result` 'unknown' | 'ok' | 'error' | 'skipped' | 'unreachable', required
  - `page` number, required
  - `per_page` number, required
  - `total` number, required

## Other responses

- `401` — Response is sent if user is not authenticated
- `403` — Response is sent if user is not authorized
- `404` — Response is sent if such item was not found

## Changes

- **2016-08-17** `5be1f5b4528d` — 1 info
  - endpoint added
- **2016-08-15** `7e85cac4f161` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/mirantis/apis/decapod-api/changes/execution/:item-id/steps/get.md)

---

[API](https://skmtc.dev/mirantis/apis/decapod-api.md) · [All operations](https://skmtc.dev/mirantis/apis/decapod-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mirantis/decapod-api/revisions/9e66e29726fe/schema)
