Skip to main content
GET
/
api
/
v1
/
admin
/
activity-log
List activity log entries with filtering + cursor pagination.
curl --request GET \
  --url https://api.backside.app/api/v1/admin/activity-log \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Query Parameters

category
string

Filter by category (e.g. digest_delivery)

severity
string

Filter by severity: info / warning / error

acknowledged
boolean

true = ack only, false = unack only

limit
integer<int64>

Page size (default 50, max 200)

cursor
string

Opaque pagination cursor

Response

Paginated activity log entries