---
title: "List available repository connections."
method: GET
path: "/v1/repositories"
tags: ["Repository"]
---

# List available repository connections.

`GET /v1/repositories`

List all available repository connections.

## Query parameters

- `limit` integer
- `starting_after` string
- `name` string
- `owner` string

## Response `200`

OK

- RepositoryConnectionListView
  - `repositories` RepositoryConnectionView[], required — List of repositories matching filter.
    - `id` string, required — The ID of the Repository.
    - `name` string, required — The name of the Repository.
    - `owner` string, required — The account owner of the Repository.
  - `has_more` boolean, required
  - `total_count` integer, required
  - `remaining_count` integer, required

---

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