---
title: "Repositories"
method: GET
path: "/v1/repositories"
---

# Repositories

`GET /v1/repositories`

## Query parameters

- `limit` integer
- `cursor` string, nullable

## Response `200`

Successful Response

- PageDTORepositoryListItemDTO
  - `items` RepositoryListItemDTO[], required
    - `repoId` integer, required
    - `accountId` integer, required
    - `fullName` string, required
    - `defaultBranch` string, required
  - `nextCursor` string, nullable

## Other responses

- `422` — Validation Error

---

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