v2
latestOpenAPI 3.0.02026-08-0688139156.5 KBAudits
Get audit log
get/v1/audit/{audit_id}
Path parameters
audit_idstring required
ID of an audit log
Example:aud_0123456789ab
Response
OK
Example response
{
"account_id": "act_0123456789ab",
"action": "user_created",
"action_fields_json": "{\"user_id\":\"user_123\"}",
"audit_id": "aud_0123456789ab",
"audit_time": "2021-01-01T00:00:00Z",
"client_id": "c_0123456789ab",
"description": "User created",
"resource_id": "u_0123456789ab",
"resource_type": "user",
"source": "api",
"system": true,
"user_id": "u_0123456789ab"
}