Skip to content

list_boards

Returns every feedback board the org owns, with id, name, slug, description, and visibility flags.

required scope: read.

  • “what boards does our spirby workspace have?”
  • “list our public feedback boards and their slugs.”

{} — no arguments.

{
"boards": [
{ "id": "brd_01H8...", "name": "Feedback", "slug": "feedback", "description": "what should we build?", "visibility": "public" },
{ "id": "brd_01H9...", "name": "Bug reports", "slug": "bugs", "description": null, "visibility": "internal" }
]
}