List deals
documentedRetrieve all deals (not archived) (v2).
GET /api/v2/dealsDealsno 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)
Here is a Keychains curl command for Pipedrive API v2 to list deals. The real endpoint is GET /api/v2/deals on your company domain (https://<your_domain>.pipedrive.com/api/v2/deals). Authentication uses the x-api-token header for API tokens, and pagination is supported with start and limit query parameters. ([developers.pipedrive.com](https://developers.pipedrive.com/docs/api/v1/Deals?utm_source=openai))