Skip to main content
GET
List messages

Authorizations

Authorization
string
header
required

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

Query Parameters

status
enum<string>

Filter by status. Not all stored statuses are filterable.

Available options:
queued,
sending,
sent,
delivered,
failed,
received
to
string
channel
enum<string>

Filter by delivery channel.

Available options:
sms,
sms_oneway,
whatsapp,
email,
telegram,
instagram,
messenger,
voice
limit
integer
default:50
Required range: x <= 100
cursor
string

Response

List of messages.

items
object[]
required
nextCursor
string | null