Lists all sessions.
HTTP request
GET https://jules.googleapis.com/v1alpha/sessions
The URL uses gRPC Transcoding syntax.
Query parameters
Parameters | |
---|---|
pageSize |
Optional. The number of sessions to return. Must be between 1 and 100, inclusive. If unset, defaults to 30. 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 sessions.list.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"sessions": [
{
object ( |
Fields | |
---|---|
sessions[] |
The sessions from the specified request. |
nextPageToken |
A token, which can be sent as |