Skip to main content
GET
Get Custom Deployment Versions

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Api-key
string | null

Path Parameters

deployment_id
string<uuid>
required

Response

Successful Response

id
string<uuid>
required
deployment_id
string<uuid>
required
path
string
required
serving_bundle_spec
Serving Bundle Spec · object
required
created_at
string<date-time>
required
is_current
boolean
required
model_version_id
string<uuid> | null
model_refs
CustomDeploymentVersionModelRefRead · object[]