---
title: "Gets a reliability test suite"
method: GET
path: "/test-suites/{testSuiteId}"
tags: ["test-suites"]
---

# Gets a reliability test suite

`GET /test-suites/{testSuiteId}`

Requires the privilege [`TEST_SUITES_READ`](https://www.gremlin.com/docs/user-management/access-control/#privileges)

## Path parameters

- `testSuiteId` string, required

## Response `default`

default response

- TestSuiteResponse
  - `identifier` string
  - `name` string
  - `description` string
  - `testResponses` TestResponse[]
    - `testPolicy` TestPolicyResponse
      - `name` string
      - `description` string
      - `policyCategory` 'OTHER' | 'REDUNDANCY' | 'SCALABILITY' | 'DEPENDENCIES' | 'RISKS' | 'EXTRA_CREDIT'
      - `policyTarget` 'SERVICE' | 'SERVICE_DEPENDENCY'
      - `reliabilityTestId` string
    - `sourceScenarioId` string
    - `sourceScenarioType` 'RECOMMENDED' | 'SHARED' | 'GENERAL'
    - `sourceScenarioEditCounter` integer
  - `targetTeamIds` string[]
  - `excludedRiskIds` string[]
  - `default` boolean
  - `isDefault` boolean
  - `official` boolean
  - `isOfficial` boolean

## Other responses

- `401` — Authorization header missing or malformed. Please provide proper credentials in the authorization header.
- `403` — User requires privilege: TEST_SUITES_READ

---

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