List boards
pinterest_list_boardsRetrieve the authenticated user's Pinterest boards, newest first, with optional privacy filters and bookmark paging. Use it to browse or sync board lists, including secret boards when scope allows.
Instructions
List the authenticated user's boards, newest first. Scope: boards:read (plus boards:read_secret to include secret boards). Returns a bookmark cursor when more pages exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| privacy | No | Board privacy filter. SECRET requires the boards:read_secret scope. | |
| bookmark | No | Opaque cursor from a previous response's `bookmark` field. Omit for the first page. | |
| page_size | No | Results per page, 1-250. Pinterest defaults to 25. | |
| ad_account_id | No | Act on behalf of this ad account. Required only for business accounts operating on a shared asset. |