Passer au contenu principal
GET
/
v2
/
enterprise
/
audit-logs
Get Audit Logs
curl --request GET \
  --url https://api.devin.ai/v2/enterprise/audit-logs \
  --header 'Authorization: Bearer <token>'
{
  "audit_logs": [
    {
      "audit_log_id": "<string>"
    }
  ]
}
Nécessite une API key personnelle d’administrateur Enterprise.

Autorisations

Authorization
string
header
requis

Personal API Key (apk_user_*) for Enterprise Admins only

Paramètres de requête

before
string | null
after
string | null
limit
integer
défaut:100

Réponse

Successful Response

Response containing audit logs.

audit_logs
AuditLogEntry · object[]
requis