---
title: "List All Repositories in Account"
method: GET
path: "/accounts/{{account_id}}/repos"
tags: ["Repositories"]
---

# List All Repositories in Account

`GET /accounts/{{account_id}}/repos`

This will list the details for all repositories in an account.

## Path parameters

- `account_id` string, required

## Headers

- `Content-Type` string, required
- `Authorization` string, required

## Response `200`

200

- GetAllRepositoriesResponse
  - `items` string[], required — array of items

## Other responses

- `401` — UNAUTHORIZED: Authentication failed; check to make sure your client credentials were correct for the access token
- `404` — RESOURCE_NOT_FOUND: The api couldn&#39;t find the resource you requested

## Changes

- **2023-03-26** `fd3476e5507a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/brightcovelearning/apis/delivery-system-api-reference/changes/accounts/:{account_id}/repos/get.md)

---

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