---
title: "List repos with job counts"
method: GET
path: "/api/repos"
tags: ["repos"]
---

# List repos with job counts

`GET /api/repos`

## Query parameters

- `branch` string — Filter to repos with jobs on this branch
- `prefix` string — Filter repos by path prefix

## Response `200`

OK

- ListReposOutputBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `repos` RepoWithCount[], nullable, required
    - `count` integer, required
    - `identity` string
    - `name` string, required
    - `root_path` string, required
  - `total_count` integer, required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/kenn-io/apis/roborev.md) · [All operations](https://skmtc.net/kenn-io/apis/roborev/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kenn-io/roborev/versions/fe4e5cad4210/schema)
