---
title: "List the models the provider offers for a chat session"
method: GET
path: "/api/v1/sessions/{sessionId}/conversation/models"
tags: ["conversations"]
---

# List the models the provider offers for a chat session

`GET /api/v1/sessions/{sessionId}/conversation/models`

## Path parameters

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

## Response `200`

OK

- ConversationModelsResponse
  - `models` ConversationModelResponse[], required
    - `default` boolean, required
    - `defaultEffort` string
    - `description` string
    - `displayName` string, required
    - `efforts` string[]
    - `id` string, required
  - `selected` ConversationTurnSettingsPayload, required
    - `approvalMode` 'default' | 'accept-edits' | 'auto' | 'bypass-permissions'
    - `model` string
    - `reasoningEffort` string

## Other responses

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

## Changes

- **2026-09-03** `d31a2d019c47` — 4 info
  - added the optional property `reporting_owner` to the response with the `404` status
  - added the optional property `reporting_owner` to the response with the `409` status
  - added the optional property `reporting_owner` to the response with the `500` status
  - added the optional property `reporting_owner` to the response with the `501` status
- **2026-08-06** `d8396ad2c721` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/changes/api/v1/sessions/:sessionId/conversation/models/get.md)

---

[API](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon.md) · [All operations](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/composiohq/agent-orchestrator-http-daemon/revisions/dab1f04f5348/schema)
