---
title: "List Repositories"
method: GET
path: "/accounts/{{account_id}}/repos/{repo_name}/files"
tags: ["Files"]
---

# List Repositories

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

Lists all the files in a repo.

## Path parameters

- `account_id` string, required
- `repo_name` string, required

## Headers

- `Authorization` string, required

## Response `200`

200

## 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

---

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