Skip to content
Get an API key

The board's activity feed

GET /boards/{boardId}/activity

Updated 16 Sep 20262 min read
GET/boards/{boardId}/activityTry it
Basehttps://api.mockflow.com/v1Scopesboards:read

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

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

Query parameters

typeenum<string>query

One of project, page, doc, comment or space.

cursorstringquery

Opaque cursor from a previous response's nextCursor.

limitintegerquery

Defaults to 50.

Response

200 · application/json
nextCursorstring | null
hasMoreboolean
dataActivity[]
Child attributes
idstring
typeenum<string>

One of project, page, doc, comment or space.

operationstring

The verb: new, renamed, deleted, duplicate, link, unlink, reply, updated, shared.

detailstring
labelstring
actorobject
boardIdstring | null
spaceIdstring | null
atstring

Errors

402plan_limit

The workspace plan does not allow this, or AI credits are exhausted.

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