---
title: "List all projects"
method: GET
path: "/v1/projects"
tags: ["projects"]
---

# List all projects

`GET /v1/projects`

Retrieve a paginated list of all projects in the system.

## Query parameters

- `cursor` string, nullable — Cursor for pagination (project ID)
- `limit` integer — The max number of projects to return at a time.
- `include_experiment_projects` boolean — Include experiment projects in the response. Experiment projects are created from running experiments.
- `include_dataset_evaluator_projects` boolean — Include dataset evaluator projects in the response. Dataset evaluator projects are created when running experiments with persisted evaluators.
- `name_contains` string, nullable — Return only projects whose name contains this substring (case-insensitive).

## Response `200`

A list of projects with pagination information

- GetProjectsResponseBody
  - `data` Project[], required
    - `name` string, required
    - `description` string, nullable
    - `id` string, required
  - `next_cursor` string, nullable, required

## Other responses

- `403` — Forbidden
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/arize-ai/apis/arize-phoenix-rest-api.md) · [All operations](https://skmtc.net/arize-ai/apis/arize-phoenix-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arize-ai/arize-phoenix-rest-api/versions/a14d8ad6f708/schema)
