v1

latestOpenAPI 3.0.32026-08-0425108247.7 KB
Search

Search clipboards

Searches clipboards accessible to the authenticated API key. This is a legacy compatibility route kept for older clients; do not use it for new public API integrations.

get/search/clipboard

Query parameters

qstring required

Search query text.

Search query text.

cursorstring

Opaque cursor returned by data.page_info.next_cursor. Reuse it unchanged with the same query and filters.

Opaque cursor returned by data.page_info.next_cursor. Reuse it unchanged with the same query and filters.

Response

Clipboard search results.

Example response

{
  "items": [
    {
      "created_at": "2026-05-14T08:00:00.000Z",
      "id": "01jzn7e61x3a7v9h2r7t2m3q4p"
    }
  ]
}