GET /clipboard/entries?limit=50&offset=0
Deprecated. Browsing has moved to the unified search endpoint (GET /search/query with an empty query). This list endpoint is kept only for the CLI compatibility window and is removed in a later phase. New callers MUST use search.
Lists clipboard entries with pagination. Returns camelCase entry projections. Populates linkDomains from linkUrls. Limit is clamped to 1000.
Query parameters
Maximum entries to return (default 50, clamped to 1000).
Number of entries to skip.
Response
Clipboard entries listed
Changes
Changed in 4 of the 44 revisions of this API.14
- ○
added the optional property
data/items/isDirectoryto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
data/items/contentTagsto the response with the200statusresponse-optional-property-added
- ○
- ○
endpoint deprecated
endpoint-deprecated
- ○
- ●
removed the optional property
data/items/contentTagsfrom the response with the200statusresponse-optional-property-removed
- ○
endpoint reactivated
endpoint-reactivated
This revision also has 74 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●