Skip to content

list_posts_by_contact

List feedback posts attached to a contact across every board, newest first. Useful for “what has this customer asked for?” — pair with get_contact to see the full conversation.

required scope: read.

  • “show me every post acme-corp has filed.”
  • “list the last 50 posts from our top-MRR contact.”
fieldtyperequirednotes
contact_idstringyes
cursorstringno
limitinteger (1-50)no

{ "data": [Post, ...], "nextCursor": "..." | null }.