Skip to content

Product documentation

AuditEventExport

Audit-event CSV export for offline compliance processing.

AuditEventExport

Audit-event CSV export for offline compliance processing.

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

Operations

MethodPathSummaryScopes
POST/api/v1/admin/audit-events/exportAudit Event Export Exporttenant:audit.read
GET/api/v1/admin/audit-events/export/{requestId}Audit Event Export Statustenant:audit.read

Operation details

POST /api/v1/admin/audit-events/export

Audit Event Export Export

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

Request body (required): application/jsonAuditExportRequest

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/admin/audit-events/export/{requestId}

Audit Event Export Status

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

Parameters:

NameInRequiredTypeDescription
requestIdpathyesstring

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)