v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-132661,4471.5 MB
projects

Lists NotebookExecutionJobs in a Location.

get/v1/{+parent}/notebookExecutionJobs

Path parameters

parentstring required

Required. The resource name of the Location from which to list the NotebookExecutionJobs. Format: projects/{project}/locations/{location}

Query parameters

filterstring

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"

orderBystring

Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: * display_name * create_time * update_time Example: display_name, create_time desc.

pageSizeinteger

Optional. The standard list page size.

pageTokenstring

Optional. The standard list page token. Typically obtained via ListNotebookExecutionJobsResponse.next_page_token of the previous NotebookService.ListNotebookExecutionJobs call.

view'NOTEBOOK_EXECUTION_JOB_VIEW_UNSPECIFIED' | 'NOTEBOOK_EXECUTION_JOB_VIEW_BASIC' | 'NOTEBOOK_EXECUTION_JOB_VIEW_FULL'

Optional. The NotebookExecutionJob view. Defaults to BASIC.

Response

Successful response