Lists activities for a session.
HTTP request
GET https://jules.googleapis.com/v1alpha/{parent=sessions/*}/activities
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent session, which owns this collection of activities. Format: sessions/{session} It takes the form |
Query parameters
Parameters | |
---|---|
pageSize |
Optional. The number of activities to return. Must be between 1 and 100, inclusive. If unset, defaults to 50. If set to greater than 100, it will be coerced to 100. |
pageToken |
Optional. A page token, received from a previous |
Request body
The request body must be empty.
Response body
Response message for the activities.list RPC.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"activities": [
{
object ( |
Fields | |
---|---|
activities[] |
The activities from the specified session. |
nextPageToken |
A token, which can be sent as |