Lists schedules in a given project and location.
HTTP request
GET https://notebooks.googleapis.com/v1/{parent}/schedules
Path parameters
Parameters | |
---|---|
parent |
Required. Format: Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
page |
Maximum return size of the list call. |
page |
A previous returned page token that can be used to continue listing from the last result. |
filter |
Filter applied to resulting schedules. |
order |
Field to order results by. |
Request body
The request body must be empty.
Response body
Response for listing scheduled notebook job.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"schedules": [
{
object ( |
Fields | |
---|---|
schedules[] |
A list of returned instances. |
next |
Page token that can be used to continue listing from the last result in the next list call. |
unreachable[] |
Schedules 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.