---
title: "Get ML model metadata"
method: GET
path: "/hydra/v1/model/info"
tags: ["Intelligence"]
---

# Get ML model metadata

`GET /hydra/v1/model/info`

## Response `200`

Model information

- ModelInfoResponse
  - `version` string, required
  - `type` string, required
  - `accuracy` number, required
  - `aucRoc` number, required
  - `features` integer
  - `featureImportance` object[]
    - `feature` string
    - `importance` number
  - `trainingSamples` integer
  - `dataSources` object
  - `lastTraining` string, date-time
  - `isProduction` boolean

## Other responses

- `401` — Invalid or missing API key

---

[API](https://skmtc.net/voidly/apis/voidly-api.md) · [All operations](https://skmtc.net/voidly/apis/voidly-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voidly/voidly-api/revisions/decbe6fd40a8/schema)
