---
title: "List projects"
method: GET
path: "/v0/projects"
---

# List projects

`GET /v0/projects`

List projects in an organization, from oldest to newest.

## Query parameters

- `org` string
- `cursor` string — Pagination cursor from a previous response
- `limit` number — Maximum number of projects to return, defaults to 10 (maximum: 100).

## Response `200`

success

- object
  - `data` Project[], required
    - `object` 'project', required
    - `slug` string, required
    - `display_name` string, nullable, required
    - `org` string, required
    - `config_repo` string, required
    - `targets` Target[], required
  - `has_more` boolean, required
  - `next_cursor` string

## Changes

- **2026-01-05** `c9cc06ef2a81` — 1 warning
  - added the new `sql` enum value to the `data/items/targets/items/` response property for the response status `200`
- **2025-12-17** `6783cf45e0ea` — 1 warning
  - added the new `openapi` enum value to the `data/items/targets/items/` response property for the response status `200`

[Change history](https://skmtc.dev/stainless-api/apis/my-api/changes/v0/projects/get.md)

---

[API](https://skmtc.dev/stainless-api/apis/my-api.md) · [All operations](https://skmtc.dev/stainless-api/apis/my-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stainless-api/my-api/revisions/1d73a351f557/schema)
