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

# Download all recordings as a zip file



## OpenAPI

````yaml https://github.com/DeepwaterExploration/dweOS/releases/latest/download/openapi.json get /api/recordings/zip
openapi: 3.1.0
info:
  title: DWE OS API
  description: API for DWE OS
  version: 0.1.0
servers: []
security: []
paths:
  /api/recordings/zip:
    get:
      tags:
        - recordings
      summary: Download all recordings as a zip file
      operationId: zip_recordings_api_recordings_zip_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````