- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
Lists the recently viewed notebooks. Needs a side channel with the user's EUC.
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 the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
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.