---
title: "List conversations"
method: GET
path: "/agents/{agentId}/conversations"
tags: ["Conversations"]
---

# List conversations

`GET /agents/{agentId}/conversations`

## Path parameters

- `agentId` string, required

## Query parameters

- `limit` integer
- `cursor` string
- `userIdentifier` string
- `userContext` object

## Response `200`

Page of conversations

- ConversationsPage
  - `items` ConversationListItem[], required
    - `id` string, required
    - `title` string, nullable, required
    - `createdAt` string, date-time, required
    - `userIdentifier` string, nullable — Unique identifier for the end-user (may be null for legacy conversations)
    - `userContext` object, nullable, required — User context values (null when user context is disabled)
  - `nextCursor` string

---

[API](https://skmtc.net/inconvoai/apis/inconvo-conversations-api.md) · [All operations](https://skmtc.net/inconvoai/apis/inconvo-conversations-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/inconvoai/inconvo-conversations-api/revisions/2524aa5bde1f/schema)
