-a agt_123) or a default agent.
List API-created conversations
List conversations created programmatically through the API, newest first:conversations list returns only API-created conversations. Conversations from the chat bubble and external integrations (Slack, WhatsApp, Instagram, Messenger, and the like) are not included and are not counted in total. Use conversations export to read conversations from every source.Get one conversation
Show metadata for a single API-created conversation:--conversation:
Export all conversations
Export conversations from every source with full message history embedded:messages array, so you do not need follow-up conversations get or messages list calls. Export is the only way to read bubble and integration conversations from the CLI — get and messages list work only for API-created conversations.
Submit client-side tool results
When a chat response pauses on a client-side tool call, submit the result so the turn can continue:@result.json, or omit --output to send an empty result. See Client Actions for how tool calls and results work.
List messages
List messages in an API-created conversation:Set message feedback
Rate an assistant message:positive, negative, or clear.
Commands
For every flag, run
chatbase conversations <command> --help or chatbase messages <command> --help.