---
title: "Get projects"
method: GET
path: "/projects"
---

# Get 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` object[], required
    - `id` string, required — The ID of the Project.
    - `name` string, nullable, required — The name 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.

---

[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/bd35baa083a2/schema)
