cURL
curl --request GET \ --url https://api.harvey.ai/api/v1/logs/audit/search/ \ --header 'Authorization: Bearer <token>'
{ "log": { "data": { "ip": "0.0.0.0", "len_added_client_matters": 1, "site": "us", "user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36" }, "id": "0194f5c5-2021-75ae-b202-f049fca9dce2", "ip": "0.0.0.0", "timestamp": "2025-02-11T16:08:44.324452", "type": "admin:add_client_matters", "user": "[email protected]", "user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36" } }
Takes a timestamp as a parameter and returns the audit log at or after the timestamp. Useful to begin pagination to get more logs.
For a complete list of all audit log types and their descriptions, see the Audit Logs Guide.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
UTC epoch timestamp, up to 1 year old from now
Audit log entry at or after time
Show child attributes