---
title: "Returns deployment progress for the project's deployed models."
method: GET
path: "/projects/{project_id}/foundry/deployed-models/progress"
tags: ["Foundry"]
---

# Returns deployment progress for the project's deployed models.

`GET /projects/{project_id}/foundry/deployed-models/progress`

## Path parameters

- `project_id` string, required

## Response `200`

- DeploymentProgress
  - `message` string — Human-readable progress message.
  - `percent` integer — Completion percentage (0-100).
  - `updated_at` string — RFC 3339 timestamp of the last progress update.

## Other responses

- `401` — Error Authentication Failed
- `403` — Error Permissions
- `500` — Error Internal Server

---

[API](https://skmtc.net/crusoecloud/apis/crusoe-cloud-api-gateway.md) · [All operations](https://skmtc.net/crusoecloud/apis/crusoe-cloud-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crusoecloud/crusoe-cloud-api-gateway/versions/a3fd2dedc72b/schema)
