Skip to main content
GET
/
v0
/
boards
/
{boardId}
Get board
curl --request GET \
  --url https://api.formo.so/v0/boards/{boardId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "brd_a1b2c3d4e5f6",
  "project_id": "proj_abc123",
  "title": "Revenue Dashboard",
  "description": "Weekly revenue, conversion, and retention metrics.",
  "enabled": false,
  "created_at": "2026-03-04T11:22:08.000Z",
  "updated_at": "2026-04-22T08:14:31.000Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.formo.so/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Workspace API key (e.g. formo_xxx). Create one in the Formo dashboard under Team Settings > API Keys.

Path Parameters

boardId
string
required

Response

200 - application/json

Board details

id
string
required
project_id
string
required
enabled
boolean
required

Whether the board is publicly accessible

created_at
string<date-time>
updated_at
string<date-time> | null
title
string
description
string | null