This error occurs when you’re trying to retrieve or operate on a specific audit log entry that doesn’t exist in the Unkey system. Audit logs record important actions and events that occur within your workspace.Common scenarios that trigger this error:
Using an incorrect audit log ID
Requesting an audit log entry that has been deleted or expired
Trying to access audit logs from a different workspace
Typographical errors in audit log identifiers
Here’s an example of a request that would trigger this error:
Copy
Ask AI
# Attempting to get a non-existent audit log entrycurl -X GET https://api.unkey.com/v1/audit.getLog \ -H "Authorization: Bearer unkey_YOUR_API_KEY" \ -d '{ "logId": "log_nonexistent" }'