---
title: "Download task file"
method: GET
path: "/samples/{sampleID}/{taskID}/files/{fileName}"
---

# Download task file

`GET /samples/{sampleID}/{taskID}/files/{fileName}`

Download a specific file artifact dropped or extracted during behavioral execution.

## Path parameters

- `sampleID` string, required
- `taskID` string, required
- `fileName` string, required

## Response `200`

Binary file content.

## Other responses

- `404` — Sample/task/file not found.

---

[API](https://skmtc.dev/recordedfuture/apis/alert-api.md) · [All operations](https://skmtc.dev/recordedfuture/apis/alert-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/recordedfuture/alert-api/revisions/c8c2f68d8b60/schema)
