---
title: "List the live session controls the provider advertises"
method: GET
path: "/api/v1/sessions/{sessionId}/conversation/config-options"
tags: ["conversations"]
---

# List the live session controls the provider advertises

`GET /api/v1/sessions/{sessionId}/conversation/config-options`

## Path parameters

- `sessionId` string, required — Session identifier, e.g. project-1.

## Response `200`

OK

- ConversationConfigOptionsResponse
  - `options` ConversationConfigOptionResponse[], required
    - `category` string
    - `choices` ConversationConfigChoiceResponse[]
      - `description` string
      - `group` string
      - `groupName` string
      - `name` string, required
      - `value` string, required
    - `currentBoolean` boolean, nullable
    - `currentValue` string
    - `description` string
    - `id` string, required
    - `name` string, required
    - `type` 'select' | 'boolean', required

## Other responses

- `404` — Not Found
- `409` — Conflict
- `500` — Internal Server Error
- `501` — Not Implemented

---

[API](https://skmtc.net/composiohq/apis/agent-orchestrator-http-daemon.md) · [All operations](https://skmtc.net/composiohq/apis/agent-orchestrator-http-daemon/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/composiohq/agent-orchestrator-http-daemon/versions/641f372d664d/schema)
