View audit log

GET https://app.speybooks.com/api/v1/admin/audit-log

Retrieve the platform admin audit log with pagination. Returns all admin actions in reverse chronological order, joined with the admin's email for display.

Each entry includes the action type, target entity type and ID, details JSON, IP address, and timestamp.

Response

200 Paginated admin audit log with action details and admin email.
Show response fields
logs array<object>
Show child attributes
action string
adminEmail string
adminId integer
createdAt string date-time
details object
entityId string
entityType string
id integer
ipAddress string