---
title: "Get suite problems"
method: GET
path: "/v1/public/suites/{suite_id}/problems"
tags: ["public"]
---

# Get suite problems

`GET /v1/public/suites/{suite_id}/problems`

Get the list of problems for a specific suite.

## Path parameters

- `suite_id` integer, required — Suite ID/version

## Query parameters

- `include_embeddings` boolean — Include precomputed reward_title_embeddings in metadata. Off by default to keep responses small (~50 KB vs ~1.5 MB).

## Response `200`

Successful Response

- SuiteWithProblemsResponse
  - `suite` SuitePublic, required
    - `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
  - `problems` ProblemPublic[], required — Problems in this suite
    - `problem_id` string, uuid, required — Unique identifier for the problem
    - `suite_id` integer, required — Parent suite ID
    - `metadata` object — Full problem metadata

## Other responses

- `404` — Suite not found
- `422` — Validation Error

---

[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)
