/
/Clawbolt
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 3d ago
webchat3
  • getHealth Check
  • getHealth Live
  • getApp Config
  • getAuth Config
  • getGet Oauth Status
  • getGet Authorize Url
  • getOauth Callback
  • deleteDisconnect Integration
  • getServe Temp Media
  • postTelegram Inbound
  • postLinq Inbound
  • postBluebubbles Inbound
  • postTwilio Inbound
  • getGet Profile
  • putUpdate Profile
  • getGet Data Sharing Consent
  • putUpdate Data Sharing Consent
  • getGet Channel Config
  • putUpdate Channel Config
  • getGet Channel Routes
  • patchUpdate Channel Route
  • getGet Telegram Bot Info
  • getGet Model Config
  • putUpdate Model Config
  • getList Providers
  • getList Provider Models
  • getGet Heartbeat Logs
  • deleteDelete Heartbeat Logs
  • getGet Llm Usage
  • getGet Conversation
  • getGet Conversation System Prompt
  • deleteDelete Messages Batch
  • deleteDelete Single Message
  • deleteDelete Conversation History
  • getGet Memory
  • putUpdate Memory
  • getGet Permissions
  • putUpdate Permissions
  • getGet Tool Config
  • putUpdate Tool Config
  • getList Calendars
  • getGet Calendar Config
  • putUpdate Calendar Config

Get Conversation

Return the user's conversation transcript, or an empty shape if none yet.

Returning an empty shape (rather than 404) lets the frontend render the chat input without special-casing the first-message-ever flow. The session row is created by the agent pipeline on the first inbound message, not by this endpoint.

get/api/user/conversation

Response

Successful Response

session_idstring required
user_idstring required
created_atstring required
last_message_atstring required
channelstring

Changes