---
title: "Get paginated summaries of child file uploads"
method: GET
path: "/payment-files/{fileId}/summaries"
tags: ["File Upload"]
---

# Get paginated summaries of child file uploads

`GET /payment-files/{fileId}/summaries`

Returns a paginated list of child file upload summaries for a delegate payment file. For delegate users the fileId is the parent bid; for regular users it is the file bid.

## Path parameters

- `fileId` string, required

## Query parameters

- `page` integer
- `size` integer

## Response `200`

Paginated file upload summaries response

- PaymentfileuploadFileUploadSummariesResponse — Paginated summaries of child file uploads for a delegate payment file
  - `fileId` string — File ID of the parent upload
  - `fileName` string — File name of the parent upload
  - `content` PaymentfileuploadFileUploadSummaryContent[] — Page content — one entry per child file upload
    - `status` 'NEW' | 'SUBMITTED' | 'PROCESSING' | 'INVALID' | 'VALID' | 'DUPLICATE' | 'REJECTED' | 'ERROR_RETRYABLE' | 'ACCEPTED' | 'PROCESSED' | 'SENDING' | 'PAYMENT_PROCESSING' | 'SPLIT_FILE' | 'PARTIALLY_ACCEPTED' — Status of the child file upload
    - `customerName` string — Customer name associated with the child file
    - `batchPaymentId` string — Batch payment ID, null if not yet processed
    - `payments` PaymentfileuploadPaymentSummary[] — Aggregated payments grouped by destination account
      - `sortCode` string — Destination account sort code
      - `accountNumber` string — Destination account number
      - `numberOfPayments` integer — Number of payments to this account
  - `size` integer — Number of items in this page
  - `totalSize` integer — Total number of child file uploads
  - `page` integer — Current page number (0 indexed)
  - `totalPages` integer — Total number of pages

## Other responses

- `400` — Bad Request
- `404` — File not found

---

[API](https://skmtc.net/modulrfinance/apis/modulr-api.md) · [All operations](https://skmtc.net/modulrfinance/apis/modulr-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modulrfinance/modulr-api/revisions/cbd52524c8ef/schema)
