v32

OpenAPI 3.0.3AGPL-3.0-onlyraw.githubusercontent.com2026-08-0178220333.8 KB
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).