Deployment details appear to be misplaced

Octopus Version: 1.0.31.1366

When looking through the API I can find my deployment by navigating through to a URL like the following:
http://octopusbox/api/projects/projects-98/releases/releases-14796/Deployments/deployments-14464

but if I want to see the details of the deployment (install log, etc) the only URL I’ve found for this (thanks to fiddler) was:

http://octopusbox/projects/my-project-name/releases/1.1.1.1/deployments/deployments-14464/details

This link returns JSON so I would assume it’s an API call, but its URL (with no /api prefix and the use of pretty names instead of IDs) would suggest that it is a web site designed for rendering - and, of course, there is no reference to that URL in the API at all.

Should this data be accessible via the API?

Hi Michael,

Yes, that URL is fine to use from JSON. In the next release I’ll add a link to it from the Task and Deployment resource results.

Paul