Inputs
SelectableOption
Output
Type:List[Dict]
Returns the boards exactly as Pinterest returns them.
Fields: dynamic (depend on the inputs)
Example:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Lists the account’s boards as Pinterest returns them, with id, name, privacy, pin count, and follower count
| App | Pinterest Organic |
| Operation ID | pinterest_list_boards |
| Type | Action |
| Connection | pinterest (required) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
privacy | string or SelectableOption | No | - | Optional filter to return only boards with this privacy. Available options: ‘PUBLIC’ (anyone can see the board), ‘SECRET’ (only the account owner and the board’s collaborators can see it) or ‘PROTECTED’ (Pinterest’s ad only board type, kept off the public profile). Leave empty to return boards of every privacy. |
limit | integer | No | 100 | Maximum number of boards to return, between 1 and 500. Default is 100. |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | string | Yes | - | |
label | string | Yes | - |
List[Dict]
Returns the boards exactly as Pinterest returns them.
Fields: dynamic (depend on the inputs)
Example:
[
{
"id": "549755885175",
"name": "Autumn recipes",
"privacy": "PUBLIC",
"pin_count": 42,
"follower_count": 120
}
]
