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

# List

`GET /projects`

Returns all projects in a workspace.

## Headers

- `Authorization` string, required

## Response `200`

Success response

- ProjectsListResponse200
  - `projects` Project[], required
    - `id` string, required — The ID of the project.
    - `name` string, required — The name of the project.
    - `default_agent` ProjectDefaultAgent, required — The project's default agent.
      - `id` string, required — The ID of the project's default agent.
      - `name` string, required — The name of the project's default agent.
    - `active_conversations` integer, required — Number of conversations currently in progress for this project.
    - `max_active_conversations` integer, nullable, required — Maximum number of concurrent conversations allowed for this project. When `null`, the workspace `max_active_conversations` limit is used.

## Other responses

- `401` — Unauthorized (authentication missing or invalid)
- `500` — Internal server error

---

[API](https://skmtc.net/phonic/apis/api-reference.md) · [All operations](https://skmtc.net/phonic/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/phonic/api-reference/revisions/7f8c81a5a990/schema)
