---
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

---

[API](https://skmtc.net/moov-io/apis/achgateway-api.md) · [All operations](https://skmtc.net/moov-io/apis/achgateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/moov-io/achgateway-api/versions/621cad6ee731/schema)
