---
title: "Download a file from a specific Plugin"
method: GET
path: "/plugin/{plugin_name}/files/{file_name}"
tags: ["plugins"]
---

# Download a file from a specific Plugin

`GET /plugin/{plugin_name}/files/{file_name}`

## Path parameters

- `plugin_name` string, required
- `file_name` string, required

## Response `200`

The file requested

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `422` — Validation Error

---

[API](https://skmtc.dev/emergentmethods/apis/flowdapt.md) · [All operations](https://skmtc.dev/emergentmethods/apis/flowdapt/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/emergentmethods/flowdapt/revisions/9dcc0f60f7f6/schema)
