[GET]
/v1/conversations List Conversations
Returns a list of conversations for your workspace. The conversations are returned sorted by creation date, with the most recent conversations appearing first.
Parameters
| Name | Type | Description |
|---|---|---|
| limit | integer | A limit on the number of objects to be returned, between 1 and 100. Default is 20. |
| status | string | Filter by conversation status: open, closed, or handoff. |
Response
{"object":"list","url":"/v1/conversations","has_more": false,"data": [ {"id":"conv_123456","object":"conversation","created_at": 1697040000,"status":"open","customer_id":"cus_987654","summary":"Customer asking for a refund on order #1029","sentiment":"neutral" } ]
}