Get prospects (legacy)
documentedFetch prospects via legacy v1 endpoint.
GET /rest/v1/prospectsProspects (Legacy)no implementation yet0 runsNo 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.woodpecker.co/rest/v1/prospects?sort=-updated&search={{$query}}&page={{$page}}&per_page={{$limit}}" -X GET -H "x-api-key: {{WOODPECKER_API_KEY}}" -H "Accept: application/json"