---
title: "Returns details for a single project."
method: GET
path: "/organizations/projects/{project_id}"
tags: ["Projects"]
---

# Returns details for a single project.

`GET /organizations/projects/{project_id}`

## Path parameters

- `project_id` string, required

## Response `200`

- Project
  - `id` string, required — ID of the project.
  - `name` string, required — Name of the project.
  - `organization_id` string, required — ID of the organization that owns the project.
  - `relation` string, required — Relation of the logged-in user to the project. Deprecated.
  - `resources` ProjectResources, required
    - `disks` ProjectResourceDetails, required
      - `count` integer, required — Number of resources of this type in the project.
    - `images` ProjectResourceDetails, required
      - `count` integer, required — Number of resources of this type in the project.
    - `instances` ProjectResourceDetails, required
      - `count` integer, required — Number of resources of this type in the project.
    - `snapshots` ProjectResourceDetails, required
      - `count` integer, required — Number of resources of this type in the project.
    - `vpc_networks` ProjectResourceDetails, required
      - `count` integer, required — Number of resources of this type in the project.

## Other responses

- `401` — Error Authentication Failed
- `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/revisions/a3fd2dedc72b/schema)
