Skip to main content
GET
/
api
/
datasets
/
export
Stream a silver-layer dataset export
curl --request GET \
  --url https://app.solya.app/api/datasets/export \
  --header 'Authorization: Bearer <token>'
"Content-Type: text/csv; charset=utf-8\nContent-Disposition: attachment; filename=sales_lines-2025-05-23.csv"

Authorizations

Authorization
string
header
required

User session token issued by NextAuth. For human users accessing Solya via the web application.

Response

Successful response

data
string
required

Binary CSV or XLSX file stream

success
enum<boolean>
required
Available options:
true