Skip to content

List Conversations

GET
/api/copilotkit/conversations
curl --request GET \
--url http://localhost:8000/api/copilotkit/conversations

List the caller’s chat conversations (scoped to workspace + user).

Authorizes via the same fail-closed path as the chat endpoint: cloud requires a valid token + member workspace (401/403 otherwise); self-host binds to the keyless main workspace.

Successful Response

Media typeapplication/json
Examplegenerated
example