Skip to main content
GET
Get Deployment

Authorizations

apikey
string
header
required

Headers

X-Enkrypt-Deployment
string
required

The deployment saved name. E.g. test-deployment-1

Example:

"test-deployment"

X-Enkrypt-Refresh-Cache
boolean

Refresh the cache if data is stale

Example:

false

Response

200 - application/json

Successful Response

name
string
required

Name of the deployment

Example:

"test-deployment"

model_saved_name
string
required

Name of the saved model to use

Example:

"Test Model"

model_version
string
required

Version of the model to use

Example:

"v1"

input_guardrails_policy
InputGuardrailsPolicy ยท object
required
output_guardrails_policy
OutputGuardrailsPolicy ยท object
required
deployment_id
integer
Example:

1234567890

created_at
string<date-time>
Example:

"2024-10-15T17:22:47.872389+00:00"

updated_at
string<date-time>
Example:

"2024-10-15T17:22:47.872389+00:00"

project_name
string
Example:

"default"