Skip to main content
GET
Find messages by query

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

project
string
required

Query Parameters

paginated
boolean
  • Set to true for cursor mode: returns { items, hasMore, nextBefore }
before
string
  • Cursor for the next older page (the previous response's nextBefore); only with paginated=true
limit
number<double>
  • Maximum number of messages to return. Cursor mode: default 30, clamped to 1-100. Legacy mode: default 1000, values above 100 are clamped to 100.
showHistory
boolean
  • Deprecated, accepted and ignored. Ticket-history entries are served by GET /tickets/{ticketId}/history.

Response

200 - application/json

Ok