---
title: "Gets all reliability test suites for a company, starting with Gremlin's default global test suite, followed by other global suites and company's custom test suites"
method: GET
path: "/test-suites"
tags: ["test-suites"]
---

# Gets all reliability test suites for a company, starting with Gremlin's default global test suite, followed by other global suites and company's custom test suites

`GET /test-suites`

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

## Query parameters

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