---
title: "Describe a model"
method: GET
path: "/api/projects/{projectName}/models/{modelName}/describe"
---

# Describe a model

`GET /api/projects/{projectName}/models/{modelName}/describe`

Gets the attributes of a specific model.

## Path parameters

- `projectName` string, required
- `modelName` string, required

## Request body

- object
  - `attribute` string — Attribute of the model to describe. See our [DESCRIBE documentation](https://docs.mindsdb.com/sql/api/describe). E.g. info, features, model

## Response `200`

A JSON object with model informations

- object

## Other responses

- `401` — Invalid API key error message
- `404` — Model not found
- `500` — Server error

---

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