---
title: "Get a specific shared step"
method: GET
path: "/shared_step/{code}/{hash}"
tags: ["shared-steps"]
---

# Get a specific shared step

`GET /shared_step/{code}/{hash}`

This method allows to retrieve a specific shared step.

## Path parameters

- `code` string, required
- `hash` string, required

## Response `200`

A shared step.

- SharedStepResponse
  - `status` boolean
  - `result` 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)
