v1
latestOpenAPI 3.1.02026-07-263644911022.4 KBGovernance
Get audit log by ID
Use this endpoint to retrieve the details of a specific audit log entry by its identifier. Audit logs contain immutable records of all system operations for compliance and debugging purposes.
get/v1/governance/audit-logs/{id}
Path parameters
idstring uuid required
Audit Log ID
Headers
X-Request-Idstring
A unique identifier for tracing the request across services.
Response
Indicates that the request was successful and the response contains the expected data.
Example response
{
"action": "CREATE",
"actorId": "user@example.com",
"createdAt": "2025-01-15T10:30:00.000Z",
"entityId": "019c96a0-10a0-72d2-9fb0-2b7de8093182",
"entityType": "reconciliation_context",
"id": "019c96a0-0b61-71a2-8595-dde786b5bcc6",
"tenantId": "019c96a0-0a98-7287-9a31-786e0809c769"
}