curl --request GET \
--url http://localhost/api/api/buckets/export_csv \
--header 'Authorization: Bearer <token>'{
"detail": "<string>"
}Export transactions to a CSV file for a specific bucket with optional date range filtering, An email will be sent to you, including the CSV file.
curl --request GET \
--url http://localhost/api/api/buckets/export_csv \
--header 'Authorization: Bearer <token>'{
"detail": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.cynopsis.co/llms.txt
Use this file to discover all available pages before exploring further.
JWT token obtained from AWS Cognito or custom authentication service
Bucket ID.
Maximum date in format YYYY-MM-DD.
Minimum date in format YYYY-MM-DD.
CSV export initiated successfully.
Success message containing how many transactions were exported.