Skip to main content
GET
/
conversations
List conversations for the current user
curl --request GET \
  --url https://api.example.com/conversations
{
  "conversations": [
    {
      "id": "<string>",
      "createdAt": "<string>",
      "updatedAt": "<string>",
      "title": "<string>"
    }
  ]
}

Response

200 - application/json
conversations
object[]
required