API endpoint to get most recent deployment
Given a project name and an environment, I'd like to be able to query the /api/ area to find which release was most recently deployed.
I'd also like to filter the query to exclude deployments that failed and to exclude deployments that skipped one or more steps.
5
votes

Thanks to a contribution by Chris this has been supported in a few releases now.
-
Anonymous commented
Was this incorporated? If so is there any documentation to this effect? Where can I go to learn more about this?