---
title: "Get Files List from a Manifest"
method: GET
path: "/Manifest/{release}/{manifest}"
tags: ["Retrieve a List of Files from a Specific Manifest"]
---

# Get Files List from a Manifest

`GET /Manifest/{release}/{manifest}`

Use this endpoint to retrieve a list of download links for data or binary files within a manifest for a specific release, in the format `YYYY.MM`. This approach is recommended to ensure the retrieval of all of the latest files in the manifest(s) for a given product.

## Path parameters

- `manifest` string, required
- `release` string, required

## Query parameters

- `format` 'crLfList' | 'lfList' | 'comma' | 'tab' | 'json' | 'xml'
- `id` unknown, required

## Headers

- `Accept` 'application/json' | '*/*', required
- `Content-Type` 'application/json' | 'application/xml', required

## Response `200`

Successful response.

- string[]

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/melissa/apis/melissa-releases.md) · [All operations](https://skmtc.net/melissa/apis/melissa-releases/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/melissa/melissa-releases/revisions/482c99a1e704/schema)
