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

# List Projects

`GET /projects`

Retrieve a paginated list of all Projects. Projects are ordered by creation date, with oldest Projects first.

## Query parameters

- `limit` integer
- `cursor` string

## Response `200`

Successfully retrieved list of Projects.

- object
  - `data` Project[], required
    - `id` string, required — The ID of the Project.
    - `name` string, nullable, required — The name of the Project.
    - `description` string, nullable, required — The description of the Project.
  - `nextCursor` string, nullable, required
  - `hasMore` boolean, required
  - `total` integer

## Other responses

- `401` — Error indicating that the request is not authenticated.
- `500` — An internal service error indicating an issue with the Scorecard service.

## Changes

> 37 revisions in range; 1 could not be searched.

- **2025-05-07** `eef937e84c29` — 1 info
  - added the required property `data/items/description` to the response with the `200` status

[Change history](https://skmtc.dev/scorecard-ai/apis/scorecard-api/changes/projects/get.md)

---

[API](https://skmtc.dev/scorecard-ai/apis/scorecard-api.md) · [All operations](https://skmtc.dev/scorecard-ai/apis/scorecard-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/scorecard-ai/scorecard-api/revisions/121aaa257802/schema)
