List Pins on a Pinterest board
list_pinterest_pinsGet Pinterest pins by board or across account, returning pin IDs, titles, links, and ad status. Use board ID to avoid timeouts and obtain pin IDs required for other actions.
Instructions
The Pins on one of the account’s boards — or, with no boardId, the account’s own Pins across all of them. Each row carries the Pin id, title, description, destination link, alt text, board, creation date, and whether it HAS BEEN PROMOTED in an ad. THIS IS WHERE THE pinId EVERY OTHER PIN TOOL NEEDS COMES FROM: post_to_pinterest returns an id only at the instant it pins, so an agent that did not itself just pin had no way to name a Pin. Prefer passing a boardId — Pinterest’s own spec warns the account-wide listing has known timeouts. Read-only, 0 credits. Needs Pinterest connected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 1–100, default 25 | |
| cursor | No | the cursor a previous call returned | |
| boardId | No | numeric board id from list_pinterest_boards — omit for the account’s own Pins across all boards |