Skip to content

GET /api/conversations/{conversationId}

GET
/api/conversations/{conversationId}

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

conversationId*
Typestring
Required
Pattern"\\d+"

Query Parameters

messagesLimit

How many messages to return.

Typestring
Default"20"
Pattern"\\d+"

Responses

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python