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



## OpenAPI

````yaml /api-reference/oda-files-service-1.0.0.yml get /files/{name}
openapi: 3.0.1
info:
  title: oda-files-service
  version: 1.0.0
servers: []
security: []
paths:
  /files/{name}:
    get:
      operationId: get
      parameters:
        - name: name
          in: path
          required: true
          schema:
            type: string
      responses:
        '200':
          description: get 200 response
          content:
            application/octet-stream:
              schema:
                type: string
                format: byte

````