EddytorDocs & API
Storages

Download or preview an object from a storage configuration

Returns the raw file content with appropriate headers for the specified object path. Use `inline=true` to preview the file in the browser instead of downloading.

GET
/v1/storages/configs/{config_id}/objects/download

Authorization

BearerAuth
AuthorizationBearer <token>

Security scheme for OpenAPI endpoints. Validates both JWT tokens and API keys.

In: header

Path Parameters

config_id*string
Formatuuid

Query Parameters

path*string

Path to the object to download (e.g., "data/raw/file.csv")

inline?boolean

Set to true to display the file inline (preview) instead of forcing download

Response Body

curl -X GET "https://example.com/v1/storages/configs/497f6eca-6276-4993-bfeb-53cbbbba6f08/objects/download?path=string"
Empty
Empty
Empty
Empty
Empty