---
title: "Get Models"
method: GET
path: "/v1/projects/{project_id}/models"
tags: ["Model"]
---

# Get Models

`GET /v1/projects/{project_id}/models`

## Path parameters

- `project_id` integer, required

## Query parameters

- `timeout` integer, nullable

## Headers

- `apikey` string, nullable

## Response `200`

Successful Response

- ModelsResponse
  - `data` ModelItem[], nullable, required
    - `id` string, uuid4, required — The model ID
    - `name` string, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/landing-ai/apis/landinglens-api.md) · [All operations](https://skmtc.net/landing-ai/apis/landinglens-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/landing-ai/landinglens-api/versions/73e50adb1306/schema)
