POST
/
v1
/
auditLogs:search
{
  "auditLogs": [
    {
      "name": "<string>",
      "createTime": "2023-11-07T05:31:56Z",
      "user": "<string>",
      "method": "<string>",
      "severity": "DEFAULT",
      "resource": "<string>",
      "request": "<string>",
      "response": "<string>",
      "status": {
        "code": 123,
        "message": "<string>",
        "details": [
          {
            "@type": "<string>"
          }
        ]
      },
      "serviceData": {
        "@type": "<string>"
      },
      "requestMetadata": {
        "callerIp": "<string>",
        "callerSuppliedUserAgent": "<string>"
      }
    }
  ],
  "nextPageToken": "<string>"
}

Body

application/json

Response

200
application/json

OK

The response is of type object.