Product documentation
Audit
Tenant-scoped audit-event query API.
Audit
Tenant-scoped audit-event query API.
Base URL: https://api.stg.thoryn.org
Operations
| Method | Path | Summary | Scopes |
|---|---|---|---|
GET | /api/v1/audit/events | Audit List | tenant:audit.read |
GET | /api/v1/audit/events/verify | Audit Verify | tenant:audit.read |
Operation details
GET /api/v1/audit/events
Audit List
- Operation ID:
auditList - Required scopes:
tenant:audit.read
Parameters:
| Name | In | Required | Type | Description |
|---|---|---|---|---|
action | query | no | string | |
actorSub | query | no | string | |
target | query | no | string | |
retentionCategory | query | no | string | |
from | query | no | string | |
to | query | no | string | |
cursor | query | no | string | |
limit | query | no | integer |
Responses:
| Status | Description | Body |
|---|---|---|
200 | OK | object |
401 | Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim. | Problem (problem+json) |
403 | Forbidden — 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:
| Status | Description | Body |
|---|---|---|
200 | OK | object |
401 | Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim. | Problem (problem+json) |
403 | Forbidden — token lacks a required tenant:* scope, or the tnt claim does not match the tenant addressed by the request path. | Problem (problem+json) |