Get Activity Log
Playground
Endpoint:
/api/audit/v1/user-audits
Description: Retrieves a list of user activity logs based on the provided query parameters.
Query Parameters:
| Property Name | Type | Required | Description |
|---|---|---|---|
start | Number | yes | The start timestamp for the query (in milliseconds). |
end | Number | yes | The end timestamp for the query (in milliseconds). |
offset | Number | no. default is 0 | The results offset. |
limit | Number | no. default is 300 | The maximum number of results to return. |
objectType | String | no | A comma-separated list of object types to filter by. Valid values: ACCOUNT, DATAFLOW_TYPE, DATA_SOURCE. |
Returns an array of activity log entries.
Get (Enumerate) Activity Log Object Types
Playground
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:
Returns an array of object types.