---
title: "Pull the same remote path from every host in a fleet"
method: POST
path: "/fleets/{id}/transfer/pull"
tags: ["Fleets"]
---

# Pull the same remote path from every host in a fleet

`POST /fleets/{id}/transfer/pull`

Fans out concurrently to every effective member host the caller has edit-level access to, reads remotePath via SFTP from each, and returns a single zip archive with one entry per successful host (<hostName>/<filename>). Single file only (v1).

## Path parameters

- `id` integer, required

## Request body

- object
  - `remotePath` string

## Response `200`

Zip archive containing the per-host pulled files, plus an X-Fleet-Transfer-Results header with the per-host JSON result summary.

## Other responses

- `404` — Fleet not found.

---

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