GET https://integrationhub.adra.com /api/v3.0/{engagementSid}/files/{outboundFileCategory}/{uniqueFileName}

Data download endpoint for outbound files

Download a file from Integration Hub. This endpoint allows you to retrieve files that have been created by Adra.

Response Format

  • Returns file as binary stream
  • Content-Type matches the original file format
  • Headers include:
    • Content-Length: File size in bytes
    • Content-Type: File MIME type
    • Last-Modified: Timestamp of last modification
    • ETag: File version identifier

Common Use Cases

  1. Downloading created reports
  2. Retrieving journal entries

Error Handling

  • 404: File not found or deleted
  • 403: Insufficient permissions
  • 401: Invalid or expired token

Best Practices

  • Cache files using ETag header
  • Implement retry logic with exponential backoff
  • Handle large files with streaming

Path parameters

  • string Required
  • string
  • string Required

Request Headers

  • string
  • string(date-time)
  • string
  • string(date-time)
  • string
GET /api/v3.0/{engagementSid}/files/{outboundFileCategory}/{uniqueFileName}
Loading...

Share your request

Use this link to easily share a pre-filled request of this operation. Everything you filled will be shared apart from the authentication fields.

Request URL

https://developer.adra.com/doc/integration-hub/explorer/operation/operation-getfilestream

Send a delete request

It looks like you’re about to send a DELETE request to this API. This type of request carries a risk of permanent and irreversible data loss.

Are you sure you want to continue?
Response
Waiting for a request to be sent.