Endpoints

Board as Markdown

Returns the board as Markdown: columns, cards, votes and comments. Give this URL to an AI agent to turn your retro into a list of action items. No authentication — access by board code.

GET /api/v1/boards/{boardId}/export.md
# Sprint 42

## Went Well

- CI is finally green — *Maria* [3 likes]
  - Huge relief! — *Peter*
Link = access. Anyone who knows a board code can read the board through the API — exactly like the board page itself. Share links deliberately.

Parameters

?lang=en|ru — language of section headings in Markdown: en (default) or ru

Limits and errors

  • 30 requests per minute per IP — 429 when exceeded
  • Unknown board code — 404