Query audit logs
GET
https://dev.zuplo.com
/v1/accounts/{accountName}/audit-logs
Retrieves audit logs with optional filtering and pagination.
path Parameters
accountNameThe name of the account. You can find this in your Zuplo Portal under Settings > Project Information.
query Parameters
limitMaximum number of results to return (1-100)
Default: 20
offsetNumber of results to skip for pagination
Default: 0
actionFilter by specific action (e.g., 'account.create')
startDateFilter events after this date (ISO 8601 format)
endDateFilter events before this date (ISO 8601 format)
actorFilter by actor email address or subject identifier
successFilter by success status (true for successful, false for failed)
Responses
The request has succeeded.
Response containing a list of audit logs with pagination
object[] · required
Array of audit log entries
object · required
Pagination information