Retrieve environment
Returns one server-managed environment definition by id.
Authorizations
Raw dev token passed as Authorization: Bearer fabro_dev_... when server.auth.methods includes dev-token.
Path Parameters
Unique environment identifier.
^[a-z0-9][a-z0-9-]{0,62}$Response
Environment definition
Public server-managed environment definition.
^[a-z0-9][a-z0-9-]{0,62}$"docker"
Stable revision used with If-Match for optimistic concurrency.
^[0-9a-f]{64}$"0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef"
Desired environment provider.
local, docker, daytona REST-safe environment image settings. Dockerfile sources are inline-only; local paths are rejected by the REST API.
Local-provider command working directory for this environment. Docker and Daytona ignore this value.
"/srv/fabro/workspaces/team-a"