Skip to content
Get an API key

An item's content as numbered lines

GET /boards/{boardId}/items/{itemId}/text

Updated 16 Sep 20261 min read
GET/boards/{boardId}/items/{itemId}/textTry it
Basehttps://api.mockflow.com/v1Scopesboards:read

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

Authorizationstringheaderrequired

Bearer <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

boardIdstringpathrequired
itemIdstringpathrequired

Query parameters

offsetintegerquery

Defaults to 0.

limitintegerquery

Defaults to 100.

Response

200 · application/json
itemIdstring
typeenum<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.

totalLinesinteger
offsetinteger
linesobject[]
Child attributes
ninteger
textstring
hasMoreboolean

Errors

429rate_limited

Too many requests.

Was this page helpful?

Sign in to MockFlow

The same account you use in the app and on the API.

Forgot your password?
or
Continue with GoogleContinue with Microsoft