Get deployment environment

Returns the environment object directly, without a wrapper.

Requires every scope: deployments:read.

Authentication

AuthorizationBearer

JWT returned by POST /api/auth/token-exchange. Amazon and authorization invitations require API-key-derived tokens.

Path parameters

idintegerRequired

Storage/server/environment resource ID as applicable.

Response

Success
idinteger
environmentNamestring
providerenum
organizationIdstringOptional
statusstring or nullOptional
deploymentPatternstring or nullOptional
createdAtdatetime or nullOptional
awsConfigmap from strings to any or nullOptional
azureConfigmap from strings to any or nullOptional
gcpConfigmap from strings to any or nullOptional
cloudflareConfigmap from strings to any or nullOptional

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
500
Internal Server Error
503
Service Unavailable Error