Environments
Retrieve environment
Returns one server-managed environment definition by id.
get/api/v1/environments/{id}
Path parameters
idstring required
Unique environment identifier.
Response
Environment definition
Example response
{
"id": "docker",
"revision": "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef",
"cwd": "/srv/fabro/workspaces/team-a"
}Changes
Changed in 3 of the 134 revisions of this API.12
- ○
added the optional property
cwdto the response with the200statusresponse-optional-property-added
- ○
- ▲
removed the required property
volumesfrom the response with the200statusresponse-required-property-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
- ○