---
title: "Get current active suite"
method: GET
path: "/v1/public/suites/current"
tags: ["public"]
---

# Get current active suite

`GET /v1/public/suites/current`

Fetch the currently active problem suite.

## 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

## Other responses

- `404` — No active suite found

---

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