Get an environment
GET
/repositories/{workspace}/{repo_slug}/environments/{environment_uuid}
Retrieve an environment
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” workspace
required
string
This can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example {workspace UUID}.
repo_slug
required
string
The repository.
environment_uuid
required
string
The environment UUID.
Responses
Section titled “ Responses ”The environment.
Media type application/json
object
type
required
string
uuid
The UUID identifying the environment.
string
name
The name of the environment.
string
Example generated
{ "type": "example", "uuid": "example", "name": "example"}No account, repository or environment with the UUID provided exists.
Media type application/json
Error
Base type for most resource objects. It defines the common type element that identifies an object’s type. It also identifies the element as Swagger’s discriminator.
object
type
required
string
error
object
message
required
string
detail
string
data
Optional structured data that is endpoint-specific.
object
key
additional properties
any
key
additional properties
any
Example generated
{ "type": "example", "error": { "message": "example", "detail": "example", "data": {} }}