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

# List projects

`GET /api/mcp/projects`

List all projects the API key can reach — every workspace-accessible project (owner, member, or viewer fallback access), or just the key's bound project if it's project-scoped.

## Response `200`

A list of projects.

- ProjectsListResponse
  - `projects` ProjectListItem[], required
    - `id` string, uuid, required
    - `name` string, required
    - `domain` string, nullable
    - `description` string, nullable
    - `favicon` string, nullable
    - `isActive` boolean
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `401` — Error response. `code` is the machine-readable reason — see the [error reference](/api/errors) for the full catalog and remediation per code.
- `403` — Error response. `code` is the machine-readable reason — see the [error reference](/api/errors) for the full catalog and remediation per code.
- `429` — Rate limited. Usually the per-API-key REST limit (600 requests/minute); on Google-backed endpoints it can also relay an upstream Google rate limit. `Retry-After` (seconds) is present when the limit was applied by Searchable's own rate limiter; it may be absent when an upstream provider rate-limits.
- `504` — Error response. `code` is the machine-readable reason — see the [error reference](/api/errors) for the full catalog and remediation per code.

---

[API](https://skmtc.net/searchable/apis/searchable-rest-api.md) · [All operations](https://skmtc.net/searchable/apis/searchable-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/searchable/searchable-rest-api/revisions/301b04e800ed/schema)
