GET deals in a pipeline

How do I filter the GET deals in a pipeline to won deals?

I’ve tried several things… not working.

This is my cURL: …api.pipedrive.com/v1/pipelines/1/deals?start=0&status=won&api_token=…

With this call, I get all deals in that pipeline. I’ve used that status=won filter on other calls and it works.

Would try this https://developers.pipedrive.com/docs/api/v1/Deals#getDeals

With params status=won and filter_id=000 – and make or update a filter for deals in that pipeline.