---
title: "List model pack files with pre-signed download URLs"
method: GET
path: "/v1/model-packs/files"
tags: ["Model Packs"]
---

# List model pack files with pre-signed download URLs

`GET /v1/model-packs/files`

Returns temporary pre-signed GET URLs for all files of a model, or only for a specific pack when packId is provided.

## Query parameters

- `modelId` string, required
- `packId` string

## Headers

- `x-api-key` string, required

## Response `200`

List of files with download URLs

---

[API](https://skmtc.dev/miaai/apis/backend-template-api.md) · [All operations](https://skmtc.dev/miaai/apis/backend-template-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/miaai/backend-template-api/revisions/2a8d88a5124f/schema)
