Audit
Query the audit trail of admin actions performed on a company.
Lists the Company's audit_entries newest-first, cursor-paginated.
Authorization
SessionAuth Path Parameters
id*string
Company ID
Query Parameters
limit?integer
Page size (1-100, default 50)
cursor?string
Pagination cursor
Response Body
application/json
curl -X GET "https://example.com/v1/companies/string/audit"{}