Log Events
Filter and retrieve log events
Returns filtered log events from CloudWatch for the requested log group and streams. Requires logs:view
scope.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Log group name, allowed values: cve-scan-log
, sites
, AuditLog
Available options:
cve-scan-log
, sites
, AuditLog
Body
application/json
Filter parameters for log retrieval
The body is of type object
.
Response
200
application/json
OK. Returns the filtered log events in ascending order by timestamp, plus a nextToken if more are available.
The response is of type object
.