Skip to main content
GET
Retrieve all messages

Headers

x-api-key
string
required
x-api-secret
string
required

Query Parameters

page
number
default:1
pageSize
number
default:20
includeCount
boolean
default:false
conversationUid
string

Filter messages by conversationUid.

externalResearcherId
string

Filter messages by externalResearcherId.

projectId
string<ObjectId>

Filter messages by projectId.

since
string

Get all messages since timestamp.

until
string

Get all messages until timestamp.

Response

200 - application/json
page
number
default:1
required
pageSize
number
default:50
required
results
object[]
required
totalResults
number

The total number of results possible, which is only provided in the response when includeCount is passed as true within a request.

Last modified on March 18, 2026