Skip to main content
GET
Get messages for a thread

Authorizations

X-API-Key
string
header
required

Path Parameters

threadId
string<uuid>
required

Query Parameters

limit
string

Number of messages per page (default: 50, max: 100)

cursor
string

Cursor for pagination (ID of the last message in previous page)

direction
enum<string>

Filter by message direction (INBOUND or OUTBOUND)

Available options:
INBOUND,
OUTBOUND
status
enum<string>

Filter by message status

Available options:
QUEUED,
SENDING,
SENT,
DELIVERED,
FAILED,
UNDELIVERED,
READ,
RECEIVED,
DISCARDED

Response

Thread messages

thread
object
required