---
title: "Get all shared steps"
method: GET
path: "/shared_step/{code}"
tags: ["shared-steps"]
---

# Get all shared steps

`GET /shared_step/{code}`

This method allows to retrieve all shared steps stored in selected project.

## Path parameters

- `code` string, required

## Query parameters

- `search` string
- `limit` integer
- `offset` integer

## Response `200`

A list of all shared steps.

- SharedStepListResponse
  - `status` boolean
  - `result` object
    - `total` integer
    - `filtered` integer
    - `count` integer
    - `entities` SharedStep[]
      - `hash` string
      - `title` string
      - `action` string
      - `expected_result` string
      - `steps` SharedStepContent[]
        - `data` string
        - `hash` string
        - `action` string
        - `expected_result` string
        - `attachments` AttachmentHash[]
          - `size` integer
          - `mime` string
          - `filename` string
          - `url` string, uri
          - `hash` string
        - `steps` object[] — Nested steps will be here. The same structure is used for them.
      - `data` string
      - `cases` integer[]
      - `cases_count` integer
      - `created` string — Deprecated, use the `created_at` property instead.
      - `updated` string — Deprecated, use the `updated_at` property instead.
      - `created_at` string, date-time
      - `updated_at` string, date-time

## Other responses

- `400` — Bad Request.
- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Not Found.
- `429` — Too Many Requests.

---

[API](https://skmtc.dev/qase/apis/qase-io-testops-api-v1.md) · [All operations](https://skmtc.dev/qase/apis/qase-io-testops-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qase/qase-io-testops-api-v1/revisions/12ddc644fac5/schema)
