Deals API - DealStage property is returned with no options

Hello,

When retrieving the Deals Properties including the daelStage property in order to get an array of dealStage options, the options array is empty.
I am using this endpoint which returns options as expected for other enumeration fields (e.g. dealType):

https://api.hubapi.com/properties/v1/deals/properties

Is there an issue here or is there something different I can do to access this data?

Thanks

@RWeinstock

Apologies for delayed response. The reason that it returns an empty array is because the deal stage could have different values for different pipelines.

Check out the pipelines endpoints and specifically this guy: /crm/v3/pipelines/{objectType}/{pipelineId}/stages

Will check it. Thank you!