Audit Log
The Audit Log API allows you to query activity logs and audit trails with support for filtering, pagination, sorting, and free-text search.
Query Activities
Query activity logs with filtering, pagination, sorting, and free-text search.
Free-Text Search
The search parameter performs a multi-field search across:
actor.email- Email address of the actoraction- Action performedtarget.type- Type of target resourcetarget.id- ID of target resourcescope- Scope/domain of the activity
Search uses n-gram tokenization (3-4 characters) for partial matching.
Facets
The response includes faceted aggregations for:
actor_emails- Top 100 actor emails with countsscopes- Top 100 scopes with countsstatuses- Status values with counts
Request body for querying activities
Free-text search query. Searches across actor.email, action, target.type, target.id, and scope fields using n-gram matching.
inventoryFilter by actor IDs
["user-123","user-456"]Filter by action names
["inventory:sync","inventory:masterTypeAgg"]Filter by target types
["workflow","resource"]Filter by target IDs
["wf-123"]Filter by scope/domain
["inventory","workflows"]Filter activities after this time (inclusive, RFC3339 format)
2025-12-01T00:00:00ZFilter activities before this time (inclusive, RFC3339 format)
2025-12-31T23:59:59ZMaximum number of activities to return
100Example: 50Number of activities to skip for pagination
0Example: 0Field to sort results by
event_timeExample: event_timeSort order
descExample: descPossible values: Successful query
Invalid request parameters
Internal server error
Last updated
Was this helpful?

