List the administrative activity of one integration

Returns every administrative row an integration's administration wrote, across
tenants, newest first.

The query is keyed on the INTEGRATION, never on a live entity id. That is the point of the endpoint: a query keyed on an entity id can only be composed while the entity still exists, so a deletion became unreadable the moment it succeeded. Here the CREATE, the UPDATEs and the DELETE of a destination that no longer exists all come back.

The slug is matched against a closed server-side set and is never

interpolated into a query. The entity types it resolves to are the server's own,
from the one integration vocabulary; the caller cannot widen them.

Evaluation order is 401 → 403 (scope) → 403 (plane) → 404 (slug).

A caller without a platform audit scope, or without the ROOT tenant, is refused
BEFORE the slug is looked at — so an unauthorized caller cannot learn which
integrations this deployment has by comparing 404 against 403.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
length ≤ 64

Canonical integration slug, from GET /api/v3/audit/vocabulary

Query Params
integer
≥ 0
Defaults to 0

Page number (zero-based, min: 0)

integer
1 to 100
Defaults to 25

Page size. Clamped SERVER-SIDE to at most 100; a larger value is capped and answered 200. A size below 1 is rejected with 400.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json