Skip to content

Add deployment info to Environments API

Description

The documentation about the Environment API (and Environment API itself) are missing an important feature: seeing information about a deployment to a single environment. So, you cannot simply ask "Which commit is deployed to production now?", which is a basic question.

Proposal

Add endpoint GET /projects/:id/environments/:environments_id with information about deployments, last deployment id, or even info about author, commit and date of last deployment.

Links / references

#30156 (closed)

Edited by Jason Yavorsky