Sign in

List ideas

documented

Retrieve a list of ideas for the account; supports filtering via query parameters (e.g., tags).

GET /ideasIdeasno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.prodpad.com/v1/ideas?query={{$query}}&page={{$page}}&limit={{$limit}}" \
  -X GET \
  -H "Authorization: Bearer {{PRODPAD_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"