Skip to main content

V2ModelStatusResponse

Response for GET /v2/model.

company_iduuidrequired
approved_existsApproved Existsrequired
latest_existsLatest Existsrequired
active_policy_sourceActive Policy Sourcerequired

Which artifact backs current inference: approved | latest | rule (rule-based fallback when no artifact is available).

approved_model_id object
anyOf
string
latest_model_id object
anyOf
string
V2ModelStatusResponse
{
"company_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"approved_exists": true,
"latest_exists": true,
"active_policy_source": "string",
"approved_model_id": "string",
"latest_model_id": "string"
}