Get a project
GET/v1/projects/:project_id
Returns one project. An id you do not own — including one that does not exist — responds 404, not 403: the API never confirms that an id exists elsewhere.
403 is reserved for the one case where there is nothing to hide: a project you do own, addressed with a credential scoped to a different one. There the wrong-credential message is what makes the failure fixable.
Request
Responses
- 200
- 401
- 403
- 404
Project details.
Missing or invalid credentials.
Authenticated and the owner, but this credential is scoped to another project.
The resource does not exist (existence is not leaked).