Skip to main content

List Audit Logs

GET 

/api/v1/audit

List audit logs with filtering and pagination.

Filters:

  • action: Filter by action type (e.g., invoice.sent, draft.created)
  • severity: Filter by severity (debug, info, warning, error, critical)
  • resource_type: Filter by resource type (invoice, draft, webhook, etc.)
  • resource_id: Filter by specific resource ID
  • date_from/date_to: Filter by date range
  • search: Full-text search in description, resource name, actor name

Requestโ€‹

Responsesโ€‹

Successful Response