Skip to main content
GET
Read conversation messages

Authorizations

api_key
string
header
required

Personal API key.

Path Parameters

app_id
string
required

ID of the app whose conversation to read.

Query Parameters

limit
integer | null

Maximum number of messages to return, counted back from the newest. Omit to return the whole conversation.

skip
integer | null
default:0

Number of messages to skip, counted back from the newest. Combine with limit to page back through the conversation.

Response

The app's conversation.

id
string | null

ID of the conversation.

Example:

"1f0c2b7a-9d51-4c3e-8a62-7b4d5e6f8a90"

messages
ConversationMessageSummary · object[] | null

The requested window of messages, oldest first.