Get Activity Log
Activity Log API
Get Activity Log
Retrieves a list of user activity logs based on the provided query parameters.
GET
Get Activity Log
Documentation Index
Fetch the complete documentation index at: https://www.domo.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Domo Developer Token for authentication.
Query Parameters
The start timestamp for the query (in milliseconds).
The end timestamp for the query (in milliseconds).
The results offset.
The maximum number of results to return.
A comma-separated list of object types to filter by (e.g., DATAFLOW_TYPE,ACCOUNT).
Response
An array of activity log entries.
Example:
"Jae Wilson"
Example:
"1893952720"
Example:
"USER"
Example:
"VIEWED"
Example:
"ACTIVITY_LOG"
Example:
"Jae Wilson viewed the activity log."
Timestamp of the event in milliseconds.
Example:
1654205894927
Example:
"Viewed activity log"