Conversations
Read messages
GET /v1/agents/{agent_id}/conversations/{conversation_id}/messages?page=1&page_size=50
The response includes conversation, items, page, page_size, total, and has_more. Pages start at 1; the default size is 50 and the maximum is 100. Assistant messages may contain citations.
Delete
DELETE /v1/agents/{agent_id}/conversations/{conversation_id} permanently deletes an accessible conversation. 404 conversation_not_found is returned when it does not exist or is outside the authorized agent scope. Agent isolation prevents cross-channel access.
· SDKv0.4.0