Skip to main content
GET
Board Entities

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

board_id
string
required

Query Parameters

type
string
required

Entity type: ideation, spec, or card

offset
integer
default:0
Required range: x >= 0
limit
integer
default:50
Required range: 1 <= x <= 200

Search by title (case-insensitive)

from
string | null
to
string | null

Response

Successful Response

Last modified on May 17, 2026