Skip to main content
GET
Get

Authorizations

Authorization
string
header
required

The Authorization header expects a Bearer token.

Path Parameters

id
string
required

The ID of the Devlab to retrieve.

Query Parameters

view
enum<string>
default:VIEW_UNSPECIFIED

The response view. The default is VIEW_UNSPECIFIED.

  • VIEW_UNSPECIFIED: Masks environment-variable values and omits injected-file content.
  • SECRET: Includes unmasked environment-variable values and injected-file content. Requires the resource.devlab.getSensitiveData permission.
Available options:
VIEW_UNSPECIFIED,
SECRET

Response

200 - application/json

A successful response.

Represents an interactive development environment backed by Serverless infrastructure.

metadata
object

The metadata of the Devlab.

spec
object

The configuration of the Devlab.

status
object

The current status of the Devlab.