Skip to main content
GET
/
api
/
buckets
/
export_csv
Export transactions to CSV for a bucket
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.

Authorizations

Authorization
string
header
required

JWT token obtained from AWS Cognito or custom authentication service

Query Parameters

bucketId
integer
required

Bucket ID.

max_date
string
required

Maximum date in format YYYY-MM-DD.

min_date
string
required

Minimum date in format YYYY-MM-DD.

Response

200 - application/json

CSV export initiated successfully.

detail
string

Success message containing how many transactions were exported.