Get a board
Read one board: pinned apps with stored evidence, saved ads, the seven-day pulse and activity.
Download Markdown ↓GEThttps://api.peekpanda.com/v1/boards/{boardId}
Request
Render saved ad creatives with `GET /v1/paid-ads?savedToBoardId=`. `watch` is the caller's own watchlist entry for the app, or null.
Parameters
boardIdpathuuidYesBoard id.Response
Zero ads means none collected yet, never that an app runs no ads. New ads count ads whose run started that UTC day.
Response fields
idstringnamestringcolorstringscopestringworkspaceIdnullownerUserIdstringappCountnumberadCountnumbercreatedAtstringupdatedAtstringapps[].idstringapps[].kindstringapps[].storeIdstringapps[].namestringapps[].iconUrlnullapps[].notenullapps[].addedByUserIdstringapps[].createdAtstringapps[].watchnullapps[].evidence.liveAdsnumberapps[].evidence.newAdsThisWeeknumberapps[].evidence.savedAdsOnBoardnumberapps[].evidence.inCataloguebooleanads[].idstringads[].kindstringads[].platformstringads[].archiveIdstringads[].storeIdstringads[].advertiserNamestringads[].notestringads[].addedByUserIdstringads[].createdAtstringpulse.appsnumberpulse.savedAdsnumberpulse.liveAdsnumberpulse.newAdsThisWeeknumberpulse.newAdsByDay[].datestringpulse.newAdsByDay[].newAdsnumberactivity[].kindstringactivity[].datestringactivity[].storeIdstringactivity[].appNamestringactivity[].countnumberAuthentication
Requires Bearer API credential or OAuth access token. Scope context:read. MCP calls boards with action get.
Errors
400invalid_request for an invalid filter, identity or limit.401authentication_required for a missing or invalid credential.402subscription_required when access is not entitled.403authorization_required for a missing scope or unavailable preview access.403workspace_not_accessible when x-genviral-tenancy names a workspace the credential cannot reach.404not_found when the record is outside the accessible catalogue.429rate_limited; honor Retry-After when present.MCP request
Call boards with action get. Path fields go in params, filters in query, and a write body in body.
{
"name": "boards",
"arguments": {
"request": {
"action": "get",
"params": {
"boardId": "<boardId>"
}
}
}
}
Source
Boards are the caller's own organization, stored in PeekPanda. Pinned apps carry the listing name and icon as pinned; evidence counts are stored paid-ad observations.
Refresh
Board reads and writes never call a provider or start collection. Pinning an app does not watch it; watching stays on the ASO tracked-app list.
AI agent or LLM? Read this page as markdown