List sessions
Return recent chat sessions, newest first. Optionally filter to a single project.Get a session
Load a single session along with all of its messages.404 if no session with that ID exists.
Rename a session
Set a new title for a session. The title must be non-empty.404 if the session does not exist, or 400 if title is missing or empty.
Delete a session
Permanently delete a session and all of its messages.404 if the session does not exist.
