Computer environments

Get a computer environment

One environment's Dockerfile, sharing, and latest build. An environment that exists but belongs to a different project reads as 404 NOT_FOUND.

get/projects/{projectId}/computer-environments/{environmentId}

Path parameters

projectIdstring required

ID of the hosted project that contains the server.

environmentIdstring required

Computer environment ID, as returned by the project's environment list.

Response

The environment.

idstring required
projectIdstring required
namestring required
dockerfilestring required
contentHashstring required
sharing'user' | 'project' required

user = a personal draft; project = shared with the whole project.

isOwnerboolean required
createdAtnumber required
updatedAtnumber required

Changes