Skip to content

search_posts

Search posts on a board. Optional full-text query, status filter, tag filter, and sort. Cursor pagination — pass the previous response’s cursor to get the next page.

required scope: read.

  • “find all open feedback about slow exports on the alpha board.”
  • “list the top 10 most-voted posts on the public board, then deduplicate them.”
fieldtyperequirednotes
board_idstringyesBoard id from list_boards.
querystring (max 200 chars)no
statusenum (open, under_review, planned, in_progress, shipped, declined, duplicate)no
tag_idsstring[] (min 1)no
sortenum (most_voted, newest, recently_active, relevance)nodefault: "most_voted"
limitinteger (1-50)nodefault: 25
cursorstringno

{ "data": [Post, ...], "nextCursor": "..." | null } — same envelope as the rest api.