---
title: "Get operational settings (eval toggles, release-gate config)"
method: GET
path: "/v1/assistants/{agent_id}/operational-settings"
tags: ["assistants"]
---

# Get operational settings (eval toggles, release-gate config)

`GET /v1/assistants/{agent_id}/operational-settings`

Get the operational settings that live in-place on the stable Agent (§3.2).

## Path parameters

- `agent_id` string, uuid, required

## Response `200`

Successful Response

- OperationalSettingsResponse — GET /assistants/{id}/operational-settings (§3.2).
  - `evaluate_live` boolean
  - `knowledge_gap_analysis_enabled` boolean
  - `release_suite_id` string, uuid, nullable
  - `release_gate_mode` string
  - `release_gate_max_failures` integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/revisions/9cd7291d4228/schema)
