Skip to main content
GET
/
v1
/
notifications
/
log
List notifications dispatched on behalf of the calling org
curl --request GET \
  --url https://api.example.com/v1/notifications/log
{
  "items": "<array>",
  "nextCursor": "<string>"
}

Query Parameters

limit
integer
Required range: 1 <= x <= 200
status
enum<string>
Available options:
sent,
delivered,
opened,
clicked,
bounced,
failed,
rate_limited,
template_error
channel
enum<string>
Available options:
email,
whatsapp,
sms,
inApp

Response

200 - application/json

Paginated notifications scoped to the caller org

items
array
nextCursor
string | null