---
title: "List conversation items"
method: GET
path: "/v1/conversations/{id}/items"
tags: ["conversations"]
---

# List conversation items

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

## Path parameters

- `id` string, required

## Query parameters

- `after` string
- `include` string[]
- `limit` integer
- `order` 'asc' | 'desc'

## Response `200`

OK

- CoreConversationItemListResponse
  - `data` object[]
  - `first_id` string, nullable
  - `has_more` boolean
  - `last_id` string, nullable
  - `object` string

## Other responses

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

---

[API](https://skmtc.net/enterpilot/apis/gomodel-api.md) · [All operations](https://skmtc.net/enterpilot/apis/gomodel-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/enterpilot/gomodel-api/versions/4c27ea61fcfe/schema)
