Get additional detail of an audit log.

get/audit-log/v1beta1/logs/{id}/detail
SecurityBearerAuth
Request
path Parameters
id
required
string

Provide the ID of the audit log record to fetch the additional details.

Responses
200

Audit log details.

401

Unauthorized

403

Forbidden

404

Record Not found

500

Internal Server Error

Request samples
Response samples
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "type": "/audit-log/logs",
  • "header": "string",
  • "body": [
    ]
}