Node.js SDK
Endpoints
Get Table Details
Retrieve detailed information about a specific table
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.
Prerequisites
- Valid API key with board read permissions
- Board ID and Table ID
Parameters
boardId: The board containing the tabletableId: The specific table to retrieve
Response
Returns table details including column definitions and metadata.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}$ObjectId
Required string length:
24Pattern:
^[0-9a-fA-F]{24}$