> ## Documentation Index
> Fetch the complete documentation index at: https://opendonationassistant.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Get historycsv



## OpenAPI

````yaml /api-reference/oda-history-service-1.0.0.yml get /history/csv/{id}
openapi: 3.0.1
info:
  title: oda-history-service
  version: 1.0.0
servers: []
security: []
paths:
  /history/csv/{id}:
    get:
      operationId: downloadCsv
      parameters:
        - name: id
          in: path
          required: true
          schema:
            type: string
      responses:
        '200':
          description: downloadCsv 200 response
          content:
            text/csv:
              schema:
                type: string
                format: binary

````