---
title: "Get anonymized transaction manifest"
method: GET
path: "/v1/capitals/lenders/anonymized-transactions/manifest"
tags: ["transactions"]
---

# Get anonymized transaction manifest

`GET /v1/capitals/lenders/anonymized-transactions/manifest`

Returns a list of available anonymized transaction files with presigned S3 download URLs

## Query parameters

- `start_date` string
- `end_date` string

## Response `200`

List of transaction files

- object — Standard response containing data and its metadata if any
  - `data` InternalTransactionHandlerAnonymizedTransactionFileResponse[]
    - `file_name` string
    - `presigned_url` string
  - `message` string
  - `meta` GithubComPaymongoCapitalGoApiPkgDtoMetaDTO
    - `next` string
    - `prev` string
    - `total` integer

## Other responses

- `400` — Invalid date format
- `500` — Internal server error

---

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