Export csv
POST /admin/export/csv
Export data as a CSV file. Two modes: (1) entity + filters to query and export, (2) rows + columns to export arbitrary data directly. Returns a time-limited download URL (15 minutes).
Authorization
bearer AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://api.part3.io/v1/admin/export/csv" \ -H "Content-Type: application/json" \ -d '{}'Empty