---
title: "Get Conversation Agent Settings"
method: GET
path: "/conversations/{conversation_id}/agent-settings"
tags: ["conversations"]
---

# Get Conversation Agent Settings

`GET /conversations/{conversation_id}/agent-settings`

Get the SMS agent toggle state for a specific conversation.

Returns enabled=True by default if no settings row exists yet
(absence of a row means the agent has never been toggled = on).

## Path parameters

- `conversation_id` string, uuid, required

## Response `200`

Successful Response

- ConversationAgentSettingsResponse — Response model for per-conversation SMS agent toggle state.
  - `conversation_id` string, uuid, required
  - `enabled` boolean, required
  - `status_message` string, nullable
  - `updated_at` string, date-time, nullable
  - `updated_by` string, nullable

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/noso/crucible-backend-api/revisions/2aac272a57fd/schema)
