---
title: "List tenants"
method: GET
path: "/projects"
tags: ["Tenants"]
---

# List tenants

`GET /projects`

Lists tenants

## Query parameters

- `domain_id` string
- `enabled` boolean
- `is_domain` boolean
- `name` string
- `parent_id` string
- `tags` string
- `tags-any` string
- `not-tags` string
- `not-tags-any` string
- `limit` integer
- `marker` string

## Headers

- `X-Auth-Token` string, required

## Response `200`

Tenants listed successfully

- ProjectsResponse
  - `projects` Project[], required
    - `id` string, required
    - `name` string, required
    - `description` string
    - `enabled` boolean, required
    - `domain_id` string
    - `domain` Domain
      - `id` string, required
      - `name` string, required
      - `description` string
      - `enabled` boolean, required
      - `links` Links
        - `self` string, required
        - `previous` string, nullable
        - `next` string, nullable
      - `options` object
    - `parent_id` string
    - `is_domain` boolean
    - `tags` string[]
    - `options` object
    - `links` Links
      - `self` string, required
      - `previous` string, nullable
      - `next` string, nullable
  - `links` Links, required
    - `self` string, required
    - `previous` string, nullable
    - `next` string, nullable

## Other responses

- `400` — Bad Request
- `401` — Missing or invalid JWT token.
- `403` — Token does not have permission for this operation.

---

[API](https://skmtc.net/platform9/apis/cluster-blueprint-api.md) · [All operations](https://skmtc.net/platform9/apis/cluster-blueprint-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/platform9/cluster-blueprint-api/revisions/708ad90fe444/schema)
