---
title: "Get model"
method: GET
path: "/models/{id}"
tags: ["Manufacturers"]
---

# Get model

`GET /models/{id}`

## Path parameters

- `id` integer, required

## Headers

- `x-organization-id` integer

## Response `200`

Successfully retrieved model information

- object
  - `model` object, required
    - `id` integer, required — Unique ID of the manufacturer model.
    - `name` string, required — Model name.
    - `manufacturerId` integer, nullable — Manufacturer ID the model belongs to.

## Other responses

- `400` — OrganizationId was not provided
- `401` — Invalid token
- `403` — Model REST API get is currently disabled
- `404` — Could not find the specified model.
- `500` — Internal server error.

---

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