Required. The resource name of the Location from which to list the NotebookRuntimeTemplates. Format: projects/{project}/locations/{location}
Query parameters
filter
string
Optional. An expression for filtering the results of the request. For field names both snake_case and camelCase are supported.
notebookRuntimeTemplate supports = and !=. notebookRuntimeTemplate represents the NotebookRuntimeTemplate id, i.e. the last segment of the NotebookRuntimeTemplate's resource name.
displayName supports = and !=
labels supports general map functions that is:
labels.key=value - key:value equality
`labels.key:* or labels:key - key existence
A key including a space must be quoted. labels."a key".
notebookRuntimeType supports = and !=. notebookRuntimeType enum: [USER_DEFINED, ONE_CLICK].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-27 UTC."],[],[],null,["# Method: notebookRuntimeTemplates.list\n\n**Full name**: projects.locations.notebookRuntimeTemplates.list\n\nLists NotebookRuntimeTemplates in a Location. \n\n### Endpoint\n\nget `https:``/``/{service-endpoint}``/v1beta1``/{parent}``/notebookRuntimeTemplates` \nWhere `{service-endpoint}` is one of the [supported service endpoints](/vertex-ai/docs/reference/rest#rest_endpoints).\n\n### Path parameters\n\n`parent` `string` \nRequired. The resource name of the Location from which to list the NotebookRuntimeTemplates. Format: `projects/{project}/locations/{location}`\n\n### Query parameters\n\n`filter` `string` \nOptional. An expression for filtering the results of the request. For field names both snake_case and camelCase are supported.\n\n- `notebookRuntimeTemplate` supports = and !=. `notebookRuntimeTemplate` represents the NotebookRuntimeTemplate id, i.e. the last segment of the NotebookRuntimeTemplate's [resource name](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.notebookRuntimeTemplates#NotebookRuntimeTemplate.FIELDS.name).\n- `displayName` supports = and !=\n- `labels` supports general map functions that is:\n - `labels.key=value` - key:value equality\n - \\`labels.key:\\* or labels:key - key existence\n - A key including a space must be quoted. `labels.\"a key\"`.\n- `notebookRuntimeType` supports = and !=. notebookRuntimeType enum: \\[USER_DEFINED, ONE_CLICK\\].\n- `machineType` supports = and !=.\n- `acceleratorType` supports = and !=.\n\nSome examples:\n\n- `notebookRuntimeTemplate=notebookRuntimeTemplate123`\n- `displayName=\"myDisplayName\"`\n- `labels.myKey=\"myValue\"`\n- `notebookRuntimeType=USER_DEFINED`\n- `machineType=e2-standard-4`\n- `acceleratorType=NVIDIA_TESLA_T4`\n`pageSize` `integer` \nOptional. The standard list page size.\n`pageToken` `string` \nOptional. The standard list page token. Typically obtained via [ListNotebookRuntimeTemplatesResponse.next_page_token](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.notebookRuntimeTemplates/list#body.ListNotebookRuntimeTemplatesResponse.FIELDS.next_page_token) of the previous [NotebookService.ListNotebookRuntimeTemplates](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.notebookRuntimeTemplates/list#google.cloud.aiplatform.v1beta1.NotebookService.ListNotebookRuntimeTemplates) call.\n`readMask` `string (`[FieldMask](https://protobuf.dev/reference/protobuf/google.protobuf/#field-mask)` format)` \nOptional. Mask specifying which fields to read.\n\nThis is a comma-separated list of fully qualified names of fields. Example: `\"user.displayName,photo\"`.\n`orderBy` `string` \nOptional. A comma-separated list of fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending. Supported fields:\n\n- `displayName`\n- `createTime`\n- `updateTime`\n\nExample: `displayName, createTime desc`.\n\n### Request body\n\nThe request body must be empty. \n\n### Response body\n\nResponse message for [NotebookService.ListNotebookRuntimeTemplates](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.notebookRuntimeTemplates/list#google.cloud.aiplatform.v1beta1.NotebookService.ListNotebookRuntimeTemplates).\n\nIf successful, the response body contains data with the following structure:\nFields `notebookRuntimeTemplates[]` `object (`[NotebookRuntimeTemplate](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.notebookRuntimeTemplates#NotebookRuntimeTemplate)`)` \nList of NotebookRuntimeTemplates in the requested page.\n`nextPageToken` `string` \nA token to retrieve next page of results. Pass to [ListNotebookRuntimeTemplatesRequest.page_token](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.notebookRuntimeTemplates/list#body.QUERY_PARAMETERS.page_token) to obtain that page."]]