---
title: "Get a conversation item"
method: GET
path: "/v1/conversations/{id}/items/{item_id}"
tags: ["conversations"]
---

# Get a conversation item

`GET /v1/conversations/{id}/items/{item_id}`

## Path parameters

- `id` string, required
- `item_id` string, required

## Query parameters

- `include` string[]

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

## Changes

- **2026-08-22** `496ff50bdfef` — 3 info
  - added the optional property `error/provider` to the response with the `400` status
  - added the optional property `error/provider` to the response with the `401` status
  - added the optional property `error/provider` to the response with the `404` status
- **2026-07-22** `4545d63e410e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/enterpilot/apis/gomodel-api/changes/v1/conversations/:id/items/:item_id/get.md)

---

[API](https://skmtc.dev/enterpilot/apis/gomodel-api.md) · [All operations](https://skmtc.dev/enterpilot/apis/gomodel-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/enterpilot/gomodel-api/revisions/7b5727a74f59/schema)
