Api
Export Audit Logs
Export audit logs to CSV.
Export audit logs to CSV.
AuthorizationBearer <token>
In: header
Query Parameters
date_from?|
date_to?|
user_id?|
resource_type?|
Response Body
application/json
curl -X GET "https://loading/api/v1/configuration/audit-logs/export"Empty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}