For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Search
/
Login
Home
Docs
API Reference
MCP Server
Chat SDKs
Release Notes
Generative
Generative
Generative
Generative
Conversations
Webhooks
Webhook: Conversation ended
Copy page
A webhook sent when a conversation ends
Payload
The payload of this webhook request is an object.
type
enum
Optional
The webhook event type
Allowed values:
v1.conversation.ended
timestamp
string
Optional
The timestamp for when the event was generated, uses millisecond precision to help with event ordering
data
object
Optional
The webhook event data
Show 8 properties
Response
200
any
Return a 200 status to indicate that the data was received successfully.