---
title: "List steps"
method: GET
path: "/steps"
tags: ["steps"]
---

# List steps

`GET /steps`

List all steps with pagination

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

OK

- DtoStepListResponse
  - `data` DtoStepData[]
    - `attributes` DtoStepAttributes
      - `depends_on` integer[]
      - `join_type` string
      - `kind` string
      - `name` string
    - `id` integer
    - `links` DtoStepLinks
      - `self` string
    - `type` string
  - `links` JsonapiLinks
    - `first` string
    - `last` string
    - `next` string
    - `prev` string
    - `self` string
  - `meta` JsonapiMeta

## Other responses

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