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.
Authorization
BearerAuth AuthorizationBearer <token>
Security scheme for OpenAPI endpoints. Validates both JWT tokens and API keys.
In: header
Path Parameters
config_id*string
Format
uuidQuery 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
Delete an object from a storage configuration
Permanently removes the specified object from the object store.
Create a folder in a storage configuration
Creates an empty folder by placing a zero-byte `.folder` marker object at the specified path. This makes the folder visible in delimiter-based object listings. **Required scope:** `storage:write`