---
title: "Lists the LoRA adapter deployments in the project."
method: GET
path: "/projects/{project_id}/foundry/loras"
tags: ["Foundry"]
---

# Lists the LoRA adapter deployments in the project.

`GET /projects/{project_id}/foundry/loras`

## Path parameters

- `project_id` string, required

## Response `200`

- LoRAAdapterDeployment[]
  - `cluster_name` string — Name of the cluster the adapter is deployed to.
  - `created_at` string — RFC 3339 timestamp when the deployment was created.
  - `endpoint_alias` string — Serving alias for the adapter endpoint.
  - `evolution_uri` string — Evolution artifact URI the adapter weights were fetched from.
  - `finetuning_job_id` string — ID of the fine-tuning job that produced the adapter, if any.
  - `id` string — Unique identifier of the LoRA adapter deployment.
  - `last_error` string — Most recent error message, if the deployment failed.
  - `loader_service` string — The loader service handling the adapter fetch/load.
  - `model_id` string — The registry model ID of the adapter.
  - `parent_model_name` string — Name of the parent base model the adapter is loaded onto.
  - `project_id` string — ID of the project that owns the deployment.
  - `rank` integer — LoRA rank of the adapter.
  - `serving_endpoint_name` string — Internal serving endpoint name.
  - `status` string — Current lifecycle status of the adapter deployment. One of: pending, downloading, ready, failed, deleting, expired.
  - `updated_at` string — RFC 3339 timestamp when the deployment was last updated.

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