curl --request GET \
--url https://api.example.com/cabinet/admin/rbac/audit-log/export \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Export audit logs as CSV file.
curl --request GET \
--url https://api.example.com/cabinet/admin/rbac/audit-log/export \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
1 <= x <= 50000Successful Response