Get list of deploys made to environment?

Is there a network-efficient way to query for:

What deployments have been made to target environment?

We’re creating tooling around for us to quickly get a list of what projects (version too) has been deployed to a particular environment.

Hi,

Thanks for the question.

You can query deployments by environment:

/api/deployments?environments=Environments-1

You would then need to query the release and project to get the project name and version.

Hope this helps.

Cheers,
Shane