Skip to main content
The Activity Log API allows users to retrieve audit logs and enumerate object types within their Domo instance. The following endpoints are available.

Get Activity Log

Playground

Method: GET
Endpoint: /api/audit/v1/user-audits
Description: Retrieves a list of user activity logs based on the provided query parameters. Query Parameters: Example:
Response:
Returns an array of activity log entries.

Get (Enumerate) Activity Log Object Types

Playground

Method: GET
Endpoint: /api/audit/v1/user-audits/objectTypes
Description: Retrieves a list of available object types that can be queried in the Activity Log API. Example:
Response:
Returns an array of object types.