- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists interactive sessions.
HTTP request
GET https://dataproc.googleapis.com/v1/{parent=projects/*/locations/*}/sessions
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent, which owns this collection of sessions. Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
page |
Optional. The maximum number of sessions to return in each response. The service may return fewer than this value. |
page |
Optional. A page token received from a previous |
filter |
Optional. A filter for the sessions to return in the response. A filter is a logical expression constraining the values of various fields in each session resource. Filters are case sensitive, and may contain multiple clauses combined with logical operators (AND, OR). Supported fields are Example: See https://google.aip.dev/assets/misc/ebnf-filtering.txt for a detailed description of the filter syntax and a list of supported comparators. |
Request body
The request body must be empty.
Response body
A list of interactive sessions.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"sessions": [
{
object ( |
Fields | |
---|---|
sessions[] |
Output only. The sessions from the specified collection. |
next |
A token, which can be sent as |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.