Skip to main content
GET
List conversations for an agent

Authorizations

Authorization
string
header
required

User-bound credential carrying an identity: either a session JWT or a user access token (at:*) generated from the user settings UI. Send as Authorization: Bearer <token>. Org API keys (iak_*) are not accepted here - they carry no user identity. Use the x-prismeai-api-key header instead (see OrgApiKeyAuth).

Path Parameters

agentId
string
required
Maximum string length: 64

Query Parameters

is_archived
string

Filter by archive state (true/false).

is_starred
string

Filter by star state (true/false).

contextId
string

Filter to a single conversation by context id.

Maximum string length: 64
limit
string

Page size (default 20, max 100).

page
string

1-indexed page number.

Response

Page of conversations.

items
object[]