---
title: "List all suites"
method: GET
path: "/v1/public/suites"
tags: ["public"]
---

# List all suites

`GET /v1/public/suites`

Get all problem suites, ordered by version descending (newest first).

## Response `200`

Successful Response

- SuitePublic[]
  - `suite_id` integer, required — Problem suite version/ID
  - `suite_version` integer, required — Version number of the problem suite
  - `is_active` boolean, required — Whether this suite is currently active

---

[API](https://skmtc.dev/oroagents/apis/oro-api.md) · [All operations](https://skmtc.dev/oroagents/apis/oro-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/oroagents/oro-api/revisions/38ef86138115/schema)
