Skip to Content

POST /profile/export

Export Profiles

Export all profiles as a clean, denormalized CSV.

Request Body (ExportProfileApiRequest)

FieldTypeRequiredDescription
profile_export_idstringNoUUID of the profile to export
idempotency_keystringNoIdempotency key — replays the prior export instead of re-running

Response (ExportProfileApiResponse)

FieldTypeRequiredDescription
contentstringYesExported file content
file_namestringYesSuggested file name for download
mime_typestringYesMIME type of the exported content
row_countintegerYesNumber of rows in the export
Last updated on