English
cURL
curl --request GET \ --url https://api.devin.ai/v2/enterprise/audit-logs \ --header 'Authorization: Bearer <token>'
{ "audit_logs": [ { "audit_log_id": "<string>" } ] }
Retrieve audit logs for the entire enterprise.
Personal API Key (apk_user_*) for Enterprise Admins only
Successful Response
Response containing audit logs.
Show child attributes