---
title: "Get a specific test suite"
method: GET
path: "/suite/{code}/{id}"
tags: ["suites"]
---

# Get a specific test suite

`GET /suite/{code}/{id}`

This method allows to retrieve a specific test suite.

## Path parameters

- `code` string, required
- `id` integer, required

## Response `200`

A Test Case.

- SuiteResponse
  - `status` boolean
  - `result` Suite
    - `id` integer
    - `title` string
    - `description` string, nullable
    - `preconditions` string, nullable
    - `position` integer
    - `cases_count` integer
    - `parent_id` integer, nullable
    - `created` string — Deprecated, use the `created_at` property instead.
    - `updated` string, nullable — 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)
