Skip to main content
GET
/
api
/
conversations
Get Conversations
curl --request GET \
  --url https://api.example.com/api/conversations
[
  {
    "id": "<string>",
    "last_message": "2023-11-07T05:31:56Z",
    "message_count": 1,
    "sidebar_title": "<string>",
    "title": "<string>"
  }
]

Query Parameters

limit
integer
default:200
Required range: 1 <= x <= 10000

Response

Successful Response

id
string
required
last_message
string<date-time>
required
message_count
integer
required
Required range: x >= 0
sidebar_title
string
required
title
string
required