Get additional detail of an audit log.Deprecated

get/audit-log/v1beta1/logs/{id}/detail

Deprecated: This endpoint is scheduled for sunsetting. Use /v1/logs/{id}/detail instead.

SecurityBearerAuth
Request
path Parameters
id
required
string

Provide the ID of the audit log record that has the hasDetails value set to true 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": [
    ]
}