v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-132661,4471.5 MB
projects

Lists Events in a given session.

get/v1/{+parent}/events

Path parameters

parentstring required

Required. The resource name of the session to list events from. Format: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sessions/{session}

Query parameters

filterstring

Optional. The standard list filter. Supported fields: * timestamp range (i.e. timestamp>="2025-01-31T11:30:00-04:00" where the timestamp is in RFC 3339 format) More detail in AIP-160.

orderBystring

Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: * timestamp Example: timestamp desc.

pageSizeinteger

Optional. The maximum number of events to return. The service may return fewer than this value. If unspecified, at most 100 events will be returned. These events are ordered by timestamp in ascending order.

pageTokenstring

Optional. The next_page_token value returned from a previous list SessionService.ListEvents call.

Response

Successful response