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

# List projects

`GET /v1/projects`

Lists projects in the organization.

## Query parameters

- `includeArchived` boolean — Include archived resources in results.

## Response `200`

Projects list

- object — Standard success response envelope.
  - `data` object, required — List of projects.
    - `projects` object[], required — Projects.
      - `id` string, required — Project identifier.
      - `organizationId` string, required — Organization identifier.
      - `name` string, required — Project name.
      - `slug` string, required — URL-friendly slug.
      - `description` string, nullable, required — Optional project description.
      - `environment` 'sandbox' | 'beta' | 'production', required — Project environment.
      - `settings` object, required — Project settings with normalized defaults.
        - `rpcProvider` 'alchemy' | 'default' | 'helius' | 'nodit' | 'quicknode' | 'triton' | 'validationcloud' | 'custom' — Preferred RPC provider for this project. Defaults to `default` (round-robin managed providers). Use `custom` with `rpcEndpoint` for a dedicated endpoint.
        - `rpcEndpoint` string, uri — Custom Solana RPC endpoint for the project (used when rpcProvider=custom).
        - `webhookUrl` string, uri — Webhook URL for event notifications.
        - `metadata` object — Arbitrary metadata key/value pairs.
      - `status` 'active' | 'archived', required — Project status.
      - `createdBy` string, required — Identifier of the creator.
      - `createdAt` string, date-time, required — Creation timestamp.
      - `updatedAt` string, date-time, required — Last update timestamp.
  - `meta` object, required — Response metadata.
    - `requestId` string, required — Request identifier for tracing.
    - `timestamp` string, date-time, required — ISO 8601 timestamp.

## Other responses

- `401` — Error
- `403` — Error
- `500` — Error

---

[API](https://skmtc.net/solana/apis/solana-developer-platform-api.md) · [All operations](https://skmtc.net/solana/apis/solana-developer-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solana/solana-developer-platform-api/revisions/672b1916ba61/schema)
