Stay organized with collections Save and categorize content based on your preferences.
Lists notes.
Every list call returns a page of results with pageSize
as the upper bound of returned items. A pageSize
of zero allows the server to choose the upper bound.
The ListNotesResponse contains at most pageSize
entries. If there are more things left to list, it provides a nextPageToken
value. (Page tokens are opaque values.)
To get the next page of results, copy the result's nextPageToken
into the next request's pageToken
. Repeat until the nextPageToken
returned with a page of results is empty.
notes.list return consistent results in the face of concurrent changes, or signals that it cannot with an ABORTED error.
HTTP requestGET https://keep.googleapis.com/v1/notes
The URL uses gRPC Transcoding syntax.
Query parameters ParameterspageSize
integer
The maximum number of results to return.
pageToken
string
The previous page's nextPageToken
field.
filter
string
Filter for list results. If no filter is supplied, the trashed
filter is applied by default. Valid fields to filter by are: createTime
, updateTime
, trashTime
, and trashed
.
Filter syntax follows the Google AIP filtering spec.
Request bodyThe request body must be empty.
Response bodyThe response when listing a page of notes.
If successful, the response body contains data with the following structure:
JSON representation{
"notes": [
{
object (Note
)
}
],
"nextPageToken": string
}
Fields notes[]
object (
Note
)
A page of notes.
nextPageToken
string
Next page's pageToken
field.
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/keep
https://www.googleapis.com/auth/keep.readonly
For more information, see the Authorization guide.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-11 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-11 UTC."],[],[]]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4