v43

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-0953227392.1 KB
sensors_other

Get Model

get/api/v2/models/{model_id}

Response

Successful response

model_idstring uuid
tenant_idstring uuid
namestring required
sourcestring required

Example response

{
  "name": "loan application",
  "source": "azure",
  "versions": [
    {
      "version": "1",
      "tags": {
        "env": "staging",
        "owner": "research"
      },
      "locations": {
        "hl_s3": "https://hl-tenant-models.s3.amazonaws.com/03289d66-71ab-11ee-b530-7ecb4245a394/12345678-1234-1234-1234-123456789012/87654321-4321-4321-4321-210987654321/model",
        "azure": "https://myaccount.blob.core.windows.net/mycontainer/myvirtualdirectory/model"
      }
    }
  ]
}