Download an extraction in the specified format.
This endpoint:
Args: extraction_id: The ID of the extraction to download format: Download format (csv, excel, or json) current_user: Authenticated user information settings: Application settings
Returns: File as a streaming response in the requested format
Raises: HTTPException: If extraction not found or access denied
Documentation Index
Fetch the complete documentation index at: https://docs.bavlio.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Download format: csv, excel, or json
^(csv|excel|json)$Successful Response