Skip to main content
GET
List messages

Authorizations

Authorization
string
header
required

An API key from Settings > API keys. Scopes: business:read, business:write, calls:read, contacts:read, contacts:write, appointments:read, appointments:write, messages:read, knowledge:write, webhooks:manage.

Query Parameters

limit
integer

Items per page, 1 to 100. Defaults to 25.

Required range: 1 <= x <= 100
cursor
string

The next_cursor value from the previous page.

status
enum<string>

open or done.

Available options:
open,
done

Response

OK

data
object[]
required
next_cursor
string | null
required

Pass as cursor to get the next page. Null on the last page.

has_more
boolean
required