---
title: "Get Deployments"
method: GET
path: "/v1/projects/{project_id}/deployments"
tags: ["Deployment"]
---

# Get Deployments

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

## Path parameters

- `project_id` integer, required

## Query parameters

- `timeout` integer, nullable

## Headers

- `apikey` string, nullable

## Response `200`

Successful Response

- BaseResponseListDeploymentItem
  - `data` DeploymentItem[], nullable, required
    - `id` string, uuid4, required
    - `predictionUrl` string, required
    - `name` string, required
    - `modelId` string, uuid4, nullable
    - `threshold` number, nullable

## 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)
