Required. The resource name of the Location from which to list the NotebookExecutionJobs. 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.
notebookExecutionJob supports = and !=. notebookExecutionJob represents the NotebookExecutionJob id.
displayName supports = and != and regex.
schedule supports = and != and regex.
Some examples: * notebookExecutionJob="123" * notebookExecutionJob="my-execution-job" * displayName="myDisplayName" and displayName=~"myDisplayNameRegex"
[[["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: notebookExecutionJobs.list\n\n**Full name**: projects.locations.notebookExecutionJobs.list\n\nLists NotebookExecutionJobs in a Location. \n\n### Endpoint\n\nget `https:``/``/{service-endpoint}``/v1beta1``/{parent}``/notebookExecutionJobs` \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 NotebookExecutionJobs. 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- `notebookExecutionJob` supports = and !=. `notebookExecutionJob` represents the NotebookExecutionJob id.\n- `displayName` supports = and != and regex.\n- `schedule` supports = and != and regex.\n\nSome examples: \\* `notebookExecutionJob=\"123\"` \\* `notebookExecutionJob=\"my-execution-job\"` \\* `displayName=\"myDisplayName\"` and `displayName=~\"myDisplayNameRegex\"`\n`pageSize` `integer` \nOptional. The standard list page size.\n`pageToken` `string` \nOptional. The standard list page token. Typically obtained via [ListNotebookExecutionJobsResponse.next_page_token](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.notebookExecutionJobs/list#body.ListNotebookExecutionJobsResponse.FIELDS.next_page_token) of the previous [NotebookService.ListNotebookExecutionJobs](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.notebookExecutionJobs/list#google.cloud.aiplatform.v1beta1.NotebookService.ListNotebookExecutionJobs) call.\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`view` `enum (`[NotebookExecutionJobView](/vertex-ai/docs/reference/rest/v1beta1/NotebookExecutionJobView)`)` \nOptional. The NotebookExecutionJob view. Defaults to BASIC.\n\n### Request body\n\nThe request body must be empty. \n\n### Response body\n\nResponse message for \\[NotebookService.CreateNotebookExecutionJob\\]\n\nIf successful, the response body contains data with the following structure:\nFields `notebookExecutionJobs[]` `object (`[NotebookExecutionJob](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.notebookExecutionJobs#NotebookExecutionJob)`)` \nList of NotebookExecutionJobs in the requested page.\n`nextPageToken` `string` \nA token to retrieve next page of results. Pass to [ListNotebookExecutionJobsRequest.page_token](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.notebookExecutionJobs/list#body.QUERY_PARAMETERS.page_token) to obtain that page."]]