---
title: "Get step"
method: GET
path: "/steps/{id}"
tags: ["steps"]
---

# Get step

`GET /steps/{id}`

Get a step by ID

## Path parameters

- `id` integer, required

## Response `200`

OK

- DtoStepResponse
  - `data` DtoStepData
    - `attributes` DtoStepAttributes
      - `depends_on` integer[]
      - `join_type` string
      - `kind` string
      - `name` string
    - `id` integer
    - `links` DtoStepLinks
      - `self` string
    - `type` string

## Other responses

- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/helixml/apis/kodit-api.md) · [All operations](https://skmtc.net/helixml/apis/kodit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/helixml/kodit-api/revisions/3f72fa58f3fb/schema)
