Lists Runtimes in a given project and location.
HTTP request
GET https://notebooks.googleapis.com/v1/{parent}/runtimes
Path parameters
parent
string
Required. Format: parent=projects/{projectId}/locations/{location}
Authorization requires the following IAM
permission on the specified resource parent
:
-
notebooks.runtimes.list
Query parameters
| Parameters | |
|---|---|
pageSize
|
Maximum return size of the list call. |
pageToken
|
A previous returned page token that can be used to continue listing from the last result. |
orderBy
|
Optional. Sort results. Supported values are "name", "name desc" or "" (unsorted). |
filter
|
Optional. List filter. |
Request body
The request body must be empty.
Response body
Response for listing Managed Notebook Runtimes.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"runtimes"
:
[
{
object (
|
| Fields | |
|---|---|
runtimes[]
|
A list of returned Runtimes. |
nextPageToken
|
Page token that can be used to continue listing from the last result in the next list call. |
unreachable[]
|
Locations that could not be reached. For example, |
Authorization scopes
Requires the following OAuth scope:
-
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview .

