# Download a debug bundle file **GET /v1/debug/bundle/file/{filename}** Download a debug bundle file. ## Servers - http://localhost:9644: http://localhost:9644 () ## Parameters ### Path parameters - **filename** (string) The name of the file to download. ## Responses ### 200 Debug bundle file successfully downloaded. #### Body: application/zip (string(binary)) string(binary) ### 401 Unauthorized #### Body: application/json (object) - **code** (integer) The error code. - **message** (string) Error message describing what went wrong. ### 403 Forbidden #### Body: application/json (object) - **code** (integer) The error code. - **message** (string) Error message describing what went wrong. ### 404 Debug bundle file not found. #### Body: application/json (object) - **code** (integer) The error code. - **message** (string) Error message describing what went wrong. ### 409 Conflict #### Body: application/json (object) - **code** (integer) The error code. - **message** (string) Error message describing what went wrong. ### 500 Internal error #### Body: application/json (object) - **code** (integer) The error code. - **message** (string) Error message describing what went wrong. [Powered by Bump.sh](https://bump.sh)