---
title: "List all registered projects (active + degraded)"
method: GET
path: "/api/v1/projects"
tags: ["projects"]
---

# List all registered projects (active + degraded)

`GET /api/v1/projects`

## Response `200`

OK

- ListProjectsResponse
  - `projects` ProjectSummary[], required
    - `id` string, required
    - `kind` 'single_repo' | 'workspace' | 'scratch', required
    - `name` string, required
    - `orchestratorAgent` string
    - `path` string, required
    - `resolveError` string
    - `sessionPrefix` string, required

## Other responses

- `500` — Internal Server Error

## Changes

- **2026-07-23** `ec04bdb2235b` — 3 warning
  - added the new `scratch` enum value to the `projects/items/kind` response property for the response status `200`
  - added the new `single_repo` enum value to the `projects/items/kind` response property for the response status `200`
  - added the new `workspace` enum value to the `projects/items/kind` response property for the response status `200`
- **2026-07-04** `3cbe4004af21` — 1 info
  - added the optional property `projects/items/orchestratorAgent` to the response with the `200` status
- **2026-06-10** `b64f5ab46d87` — 1 warning
  - removed the optional property `projects/items/orchestratorAgent` from the response with the `200` status

[Change history](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/changes/api/v1/projects/get.md)

---

[API](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon.md) · [All operations](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/composiohq/agent-orchestrator-http-daemon/revisions/09f65272fe44/schema)
