Query audit logs
GET
https://dev.zuplo.com
/v1/accounts/{accountName}/audit-logs
Retrieves audit logs with optional filtering and pagination.
path Parameters
accountName
string · requiredThe name of the account. You can find this in your Zuplo Portal under Settings > Project Information.
query Parameters
limit
integer · int32 · min: 1 · max: 100Maximum number of results to return (1-100)
Default: 20offset
integer · int32 · min: 0Number of results to skip for pagination
Default: 0action
stringFilter by specific action (e.g., 'account.create')
startDate
string · date-timeFilter events after this date (ISO 8601 format)
endDate
string · date-timeFilter events before this date (ISO 8601 format)
actor
stringFilter by actor email address or subject identifier
success
booleanFilter by success status (true for successful, false for failed)
Responses
The request has succeeded.
data
object[] · requiredArray of audit log entries
pagination
object · requiredPagination information