Auditing
Was this helpful?
Was this helpful?
Was this helpful?
This endpoint returns a list of audit trail events for the authenticated user's organization.
To obtain data from this endpoint, the authenticated user must be an organization admin and the data returned is equivalent to the what an Organization admin would be able to get from the Soda Cloud UI under "Organization Settings > Audit Trail".
Use this endpoint to capture audit trail events for security and usage monitoring purposes.
An object of type AuditTrailResult
containing an array of AuditTrailData
.
Find details about the response objects in the Schemas section or by unfurling the response details.
2023-10-09T09:18:16.610035
2023-11-09T09:18:16.610057
Successful Response
Successful request but no data was returned
Validation Error
GET /v1//audit_trail HTTP/1.1
Host: reporting.cloud.soda.io
Authorization: Basic username:password
Accept: */*
{
"data": [
{
"correlation_id": "text",
"eventTime": "2025-08-25T12:18:45.124Z",
"ipAddress": "text",
"email": "text",
"apiKey": "text",
"comment": "text",
"hash": "text"
}
],
"resource": "audit_trail"
}