Skip to content

Product documentation

Audit

Tenant-scoped audit-event query API.

Audit

Tenant-scoped audit-event query API.

Base URL: https://api.stg.thoryn.org

Operations

MethodPathSummaryScopes
GET/api/v1/audit/eventsAudit Listtenant:audit.read
GET/api/v1/audit/events/verifyAudit Verifytenant:audit.read

Operation details

GET /api/v1/audit/events

Audit List

  • Operation ID: auditList
  • Required scopes: tenant:audit.read

Parameters:

NameInRequiredTypeDescription
actionquerynostring
actorSubquerynostring
targetquerynostring
retentionCategoryquerynostring
fromquerynostring
toquerynostring
cursorquerynostring
limitquerynointeger

Responses:

StatusDescriptionBody
200OKobject
401Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim.Problem (problem+json)
403Forbidden — token lacks a required tenant:* scope, or the tnt claim does not match the tenant addressed by the request path.Problem (problem+json)

GET /api/v1/audit/events/verify

Audit Verify

  • Operation ID: auditVerify
  • Required scopes: tenant:audit.read

Responses:

StatusDescriptionBody
200OKobject
401Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim.Problem (problem+json)
403Forbidden — token lacks a required tenant:* scope, or the tnt claim does not match the tenant addressed by the request path.Problem (problem+json)