Skip to main content
GET
List correspondent policy audit events

Authorizations

Authorization
string
header
required

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

Query Parameters

podId
string

Confine the operation to one pod's policy. Accepts the pod ID. Mutually exclusive with inboxId.

inboxId
string

Confine the operation to one inbox's policy. Mutually exclusive with podId.

action
string

Comma-separated actions to include: rule_added, rule_removed, mode_changed, scope_deleted, send_rejected, inbound_rejected. Omit for all.

direction
enum<string>

inbound governs who may send to the inbox; outbound governs who the inbox may send to (enforced across To, Cc, and Reply-To on every send path).

Available options:
inbound,
outbound
since
string

ISO-8601 timestamp. Only events at or after this time (inclusive).

until
string

ISO-8601 timestamp. Only events strictly before this time.

limit
string

Page size, 1–100. Defaults to 50.

offset
string

Rows to skip. Defaults to 0.

Response

A page of audit events plus the unpaginated total. Each event carries its scope (with the pod name / inbox address resolved at read time, or null if since deleted), the acting console user where there was one, and an action-specific detail object: type/valueType/value for rule events, from/to for mode changes, and rejectedRecipient/reason/matchedScope for rejected sends.

A page of audit events plus the unpaginated total. Each event carries its scope (with the pod name / inbox address resolved at read time, or null if since deleted), the acting console user where there was one, and an action-specific detail object: type/valueType/value for rule events, from/to for mode changes, and rejectedRecipient/reason/matchedScope for rejected sends.