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

# List projects

`GET /v1/projects`

List projects available to the API token.

## Query parameters

- `limit` integer
- `cursor` string

## Response `200`

Success

- ListProjectsResponse
  - `items` object[], required
    - `id` string, required
    - `name` string, required
    - `description` string, nullable, required
    - `taskCode` string, required
    - `repos` object[], required
      - `repoFullName` string, required
      - `branch` string, required
    - `createdAt` string, required
    - `updatedAt` string, required
  - `nextCursor` string, nullable, required
  - `hasMore` boolean, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `422` — Validation error
- `500` — Internal error

---

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