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
deployment_id
string
required

Query Parameters

output_format
enum<string>
default:both

'raw': verbatim config.yaml with comments (not available for deployments created before 2026-04-30). 'parsed': dict with server-side defaults applied (always available). 'both': both fields populated.

Available options:
raw,
parsed,
both

Response

200 - application/json

The config of a deployment. Fields are populated per output_format.

config
Config · object | null

The parsed config of the deployment.

raw_config
string | null

The original config.yaml text — preserves comments, ordering, formatting.