Full name: projects.locations.instances.cases.events.list
Lists events for a case.
HTTP request
GET https://chronicle.africa-south1.rep.googleapis.com/v1alpha/{parent}/events Path parameters
| Parameters | |
|---|---|
parent |
Required. The parent case or detection resource name. Format: projects/{project}/locations/{location}/instances/{instance}/cases/{case} |
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. The maximum number of events to return. The service may return fewer than this value. The default value is |
pageToken |
Optional. A page token, received from a previous |
filter |
Optional. A filter to apply to the list of events. The fields supported for filtering are: Supported operators include |
orderBy |
Optional. Configures ordering of events in the response. The default sorting order is ascending. To specify descending order for a field, append a " desc" suffix. Supported fields: Fields within the |
Request body
The request body must be empty.
Response body
Response message for events.list.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"caseEvents": [
{
object ( |
| Fields | |
|---|---|
caseEvents[] |
The list of events. |
nextPageToken |
A token, which can be sent as |
totalSize |
Total number of events matching the filter. Used for UI pagination counts. |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/chroniclehttps://www.googleapis.com/auth/chronicle.readonly
For more information, see the Authentication Overview.