Skip to main content
GET
List conversation notes
Required scope: NOTES_READ
Returns the internal team notes on a conversation, paginated. allo_number is required — a conversation is scoped to one of your Allo lines.

Errors

Authorizations

Authorization
string
header
required

Path Parameters

contact_number
string
required

The contact's phone number (E.164)

Example:

"+14155551234"

Query Parameters

allo_number
string
required

The Allo line the conversation belongs to (E.164). List your numbers with GET /v2/api/numbers.

Example:

"+14155550100"

page
integer
default:1

Page number (1-indexed)

Required range: x >= 1
size
integer
default:20

Results per page

Required range: 1 <= x <= 100

Response

List of conversation notes

data
object[]
pagination
object