---
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

---

[API](https://skmtc.net/composiohq/apis/agent-orchestrator-http-daemon.md) · [All operations](https://skmtc.net/composiohq/apis/agent-orchestrator-http-daemon/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/composiohq/agent-orchestrator-http-daemon/versions/be069344383f/schema)
