Node.js SDK
Endpoints
List Board Tables
Get all tables within a board
GET
Node.js SDK
Documentation Index
Fetch the complete documentation index at: https://developer.copera.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Returns all tables associated with the specified board. Each table contains columns that define the structure of data.Response
Returns an array of table objects with:- Table ID and name
- Associated board ID
- Column definitions (columnId, label, type, order, options)
- Timestamps
Column Options
For columns of typeSTATUS, DROPDOWN, or LABELS, an options array is included with each option containing:
optionId: Unique identifier for the optionlabel: Display label for the optioncolor: Color code (e.g., RED, BLUE, GREEN)order: Sort order of the optionstatusGroup: Status group classification (TODO,IN_PROGRESS,DONE) - only for STATUS columns
Authorizations
Bearer token
Path Parameters
ObjectId
Required string length:
24Pattern:
^[0-9a-fA-F]{24}$