clipboard

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.

get/clipboard/entries

Query parameters

limitinteger

Maximum entries to return (default 50, clamped to 1000).

offsetinteger

Number of entries to skip.

Response

Clipboard entries listed

tsinteger required

Server time when the response was built (unix epoch milliseconds).

Changes

Changed in 4 of the 44 revisions of this API.14

    • added the optional property data/items/isDirectory to the response with the 200 status

      response-optional-property-added

    • added the optional property data/items/contentTags to the response with the 200 status

      response-optional-property-added

    • endpoint deprecated

      endpoint-deprecated

    • removed the optional property data/items/contentTags from the response with the 200 status

      response-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