---
title: "List pending files"
method: GET
path: "/shards/{shardName}/files"
tags: ["Operations"]
---

# List pending files

`GET /shards/{shardName}/files`

List files pending for the given shard.

## Path parameters

- `shardName` string, required

## Response `200`

List of pending files in the shard.

- ShardFilesResponse
  - `Files` ShardFile[]
    - `Filename` string
    - `Path` string
    - `ModTime` string, date-time
  - `SourceHostname` string

## Changes

- **2022-07-01** `36a63af99208` — 1 info
  - api operation id `listPendingFiles` was added
- **2022-06-30** `9461284c962f` — 1 info
  - api operation id `listPendingFiles` removed and replaced with ``

[Change history](https://skmtc.dev/moov-io/apis/achgateway-api/changes/shards/:shardName/files/get.md)

---

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