Internal
An item's content as numbered lines
GET /boards/{boardId}/items/{itemId}/text
The whole content of one item, paged by line, the way the product's own read tool hands it to an agent. Cheaper than data for a long document.
Authorization
AuthorizationstringheaderrequiredBearer <key>. The key needs boards:read scope. Create and manage keys in the developer console; what each scope unlocks is on the scopes page.
Path parameters
boardIdstringpathrequireditemIdstringpathrequiredQuery parameters
offsetintegerqueryDefaults to 0.
limitintegerqueryDefaults to 100.
Response
itemIdstringtypeenum<string>Item types, generated from the MockFlow component registry. Primitive types are drawn by the editor; frame types are rich components whose data schema is the same one the MCP render_* tool accepts.
totalLinesintegeroffsetintegerlinesobject[]Child attributes
nintegertextstringhasMorebooleanErrors
429
rate_limitedToo many requests.
Was this page helpful?