Internal
The board's activity feed
GET /boards/{boardId}/activity
The same rows the Activity panel shows, newest first. type is project, page, doc, comment or space; operation is the verb (new, renamed, deleted, duplicate, link, unlink, reply, updated, shared) and detail what it applied to. Plus and Max only.
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
boardIdstringpathrequiredQuery parameters
typeenum<string>queryOne of project, page, doc, comment or space.
cursorstringqueryOpaque cursor from a previous response's nextCursor.
limitintegerqueryDefaults to 50.
Response
nextCursorstring | nullhasMorebooleandataActivity[]Child attributes
idstringtypeenum<string>One of project, page, doc, comment or space.
operationstringThe verb: new, renamed, deleted, duplicate, link, unlink, reply, updated, shared.
detailstringlabelstringactorobjectboardIdstring | nullspaceIdstring | nullatstringErrors
402
plan_limitThe workspace plan does not allow this, or AI credits are exhausted.
429
rate_limitedToo many requests.
Was this page helpful?