Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.

Path Parameters

model_id
string
required
env_name
string
required

Response

200 - application/json

Environment for oracles.

name
string
required

Name of the environment

created_at
string<date-time>
required

Time the environment was created in ISO 8601 format

model_id
string
required

Unique identifier of the model

current_deployment
DeploymentV1 · object | null
required

Current deployment of the environment

autoscaling_settings
AutoscalingSettingsV1 · object
required

Autoscaling settings for the environment

promotion_settings
PromotionSettingsV1 · object
required

Promotion settings for the environment

instance_type
InstanceTypeV1 · object
required

Instance type for the environment

candidate_deployment
DeploymentV1 · object | null

Candidate deployment being promoted to the environment, if a promotion is in progress

in_progress_promotion
InProgressPromotionV1 · object | null

Details of the in-progress promotion, if any