- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
Lists the notebooks ordered by last view time.
HTTP request
GET https://discoveryengine.googleapis.com/v1alpha/{parent=projects/*/locations/*}/notebooks:listRecentlyViewed
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| parent | 
 Required. The parent branch resource name, such as  | 
Query parameters
| Parameters | |
|---|---|
| pageSize | 
 Optional. Maximum number of  | 
| pageToken | 
 Optional. The page token, provide this to retrieve the subsequent page. | 
Request body
The request body must be empty.
Response body
Response for NotebookService.ListRecentlyViewedNotebooks method.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
| {
  "notebooks": [
    {
      object ( | 
| Fields | |
|---|---|
| notebooks[] | 
 The list of recently viewed notebooks. | 
| nextPageToken | 
 The page token, provide this to retrieve the subsequent page. | 
Authorization scopes
Requires one of the following OAuth scopes:
- https://www.googleapis.com/auth/cloud-platform
- https://www.googleapis.com/auth/discoveryengine.readwrite
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent resource:
- discoveryengine.notebooks.list
For more information, see the IAM documentation.