Overview
Beyond sending a message and getting a reply, the Chat API includes three endpoints for managing chat resources directly: Get a single chat by ID, List chats with filters and pagination, and Delete a chat. All three require a Bearer token passed in the Authorization header.
This page is the CRUD/lifecycle reference for chat resources. For the conceptual mechanics of how previousChatId and sessionId maintain conversation context across requests, see Chat API & Session Management.