Get audit log details for an entity type

Returns paginated audit log entries for the specified entity type. Supports both _start/_end and offset/limit pagination styles.

Returns audit log entries for a specific entity type, showing a history of changes made to that resource.

Requires authentication.

Request

GET /audit/{auditId}

Path Parameters

ParameterTypeRequiredDescription
auditIdstringYesThe entity type identifier (e.g. synonym, redirect, experiment). Use List audit log categories to get available types.

Query Parameters

ParameterTypeDefaultDescription
_startinteger0Pagination offset.
_endinteger10End index (exclusive).

Headers

HeaderValue
AuthorizationBearer <token>

Response

Returns a JSON array of audit log entries.

Response Body

FieldTypeDescription
idintegerAudit entry ID.
entityTypestringThe type of entity that was changed.
entityIdstringThe ID of the changed entity.
actionstringThe action performed: create, update, or delete.
userstringEmail or name of the user who made the change.
timestampstringISO 8601 timestamp.
changesobjectDescription of what changed (before/after values).
Path Params
string
required

Audit log category identifier

Query Params
integer
integer
integer

Offset for pagination (alternative to _start)

integer

Limit for pagination (alternative to _end)

Headers
string
required

Makaira Instance ID

Responses

404

Not Found - audit log ID does not exist

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json