Retrieve audit logs
/account-info/v3/activity/audit-logs Retrieve activity history for user actions related to approvals, content updates, CRM object updates, security activity, and more (Enterprise only). Learn more about activities included in audit log exports.
Parameters
query Query Parameters
| Name | Type |
|---|---|
actingUserId The ID of a user, for retrieving user-specific logs. | number[] |
after The paging cursor token of the last successfully read resource will be returned as the | string |
limit The maximum number of results to display per page. | number |
occurredAfter A timestamp, as a starting point for retrieving activity logs. | string |
occurredBefore A timestamp, as an end point for retrieving activity logs. | string |
sort Set to | string[] |
Responses
successful operation
paging?:
results:
}
An error occurred.
category: string;
context?: { };
correlationId: string;
errors?:
links?: { };
message: string;
subCategory?: string;
}