---
title: "Lists all projects the logged-in user belongs to or owns and returns their details."
method: GET
path: "/organizations/projects"
tags: ["Projects"]
---

# Lists all projects the logged-in user belongs to or owns and returns their details.

`GET /organizations/projects`

If querying for projects within an organization, the logged-in user must be the owner of the organization.

## Query parameters

- `org_id` string
- `project_name` string
- `skip_loading_project_resources` boolean

## Response `200`

- ListProjectsResponseV1
  - `items` Project[], required
    - `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)
