List boards
List the boards in the credential tenancy with their app and saved-ad counts.
Download Markdown ↓GEThttps://api.peekpanda.com/v1/boards
Request
Boards belong to the tenancy the credential names: personal, or one workspace. Workspace membership is re-read on every call.
This endpoint does not require any path, query, or body parameters.
Response
`limit` is the board cap per personal space or workspace (100), not a page size.
Response fields
data[].idstringdata[].namestringdata[].colorstringdata[].scopestringdata[].workspaceIdnulldata[].ownerUserIdstringdata[].appCountnumberdata[].adCountnumberdata[].createdAtstringdata[].updatedAtstringlimitnumberAuthentication
Requires Bearer API credential or OAuth access token. Scope context:read. MCP calls boards with action list.
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 list. Path fields go in params, filters in query, and a write body in body.
{
"name": "boards",
"arguments": {
"request": {
"action": "list"
}
}
}
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