跳转到主要内容
GET
/
v2
/
enterprise
/
audit-logs
Get Audit Logs
curl --request GET \
  --url https://api.devin.ai/v2/enterprise/audit-logs \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}
需要企业管理员的个人 API key。

Authorizations

Authorization
string
header
required

Personal API Key (apk_user_*) for Enterprise Admins only

Query Parameters

before
string | null
after
string | null
limit
integer
default:100

Response

Successful Response