Sales Funnel Stages API

I’m developing a dashboard in Power BI and I would like to have the sales funnel information on my dashboard, but I can’t find the information about the sales funnel stages in the API. The most I found was pipeline_id, which I don’t know if it refers to the information I need

Hey @caique_alves
Welcome to the community :raised_hands:
If you are using the Get All Deals endpoint, you would normally receive a stage_id property in the payload that would help you identify the stage. Here’s the same response from the Postman API collection

https://www.postman.com/pipedrive-developers/workspace/pipedrive-api-collection/example/14918448-c617331d-345d-4aab-9bfd-fb651fff5891

You need to map the ID to the stage name by using this endpoint