---
title: "Get Institute Transactions Csv"
method: POST
path: "/api/v1/transactions/institute_transactions_csv/"
tags: ["transactions"]
---

# Get Institute Transactions Csv

`POST /api/v1/transactions/institute_transactions_csv/`

## Request body

- GetInstituteTransactionsCsvRequest
  - `institute_name` string, required
  - `branch_name` string
  - `search_value` string
  - `date_filter` string
  - `skip` integer
  - `limit` integer
  - `is_csv` boolean
  - `send_email` boolean
  - `email_address` string, email

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/leo1/apis/leofees-backend.md) · [All operations](https://skmtc.net/leo1/apis/leofees-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/leo1/leofees-backend/versions/cace8144ecd9/schema)
