---
title: "List attestation repositories"
method: GET
path: "/orgs/{org}/attestations/repositories"
tags: ["orgs"]
---

# List attestation repositories

`GET /orgs/{org}/attestations/repositories`

List repositories owned by the provided organization that have created at least one attested artifact
Results will be sorted in ascending order by repository ID

## Path parameters

- `org` string, required

## Query parameters

- `per_page` integer
- `before` string
- `after` string
- `predicate_type` string

## Response `200`

Response

- object[]
  - `id` integer
  - `name` string

---

[API](https://skmtc.net/github/apis/github-v3-rest-api-2.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-2/versions/8ae6d0c8716e/schema)
