---
title: "get a list of manifests for a repository"
method: GET
path: "/hosts/{hostName}/repositories/{repositoryName}/manifests"
---

# get a list of manifests for a repository

`GET /hosts/{hostName}/repositories/{repositoryName}/manifests`

## Path parameters

- `hostName` string, required
- `repositoryName` string, required

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

OK

- Manifest[]
  - `ecosystem` string
  - `filepath` string
  - `sha` string
  - `kind` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `repository_link` string
  - `dependencies` Dependency[]
    - `id` integer
    - `package_name` string
    - `ecosystem` string
    - `requirements` string
    - `kind` string
    - `direct` boolean
    - `optional` boolean

---

[API](https://skmtc.net/ecosyste-ms/apis/ecosyste-ms-repos.md) · [All operations](https://skmtc.net/ecosyste-ms/apis/ecosyste-ms-repos/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ecosyste-ms/ecosyste-ms-repos/revisions/791f49c6a3cc/schema)
