Export a Mini’s Records as CSV (deprecated)

Deprecated

Deprecated. Export a single Mini’s Records as a CSV file. Use POST /api/v1/Records/export, which exports one or more Minis in a single file.

Authentication

AuthorizationBearer

Authenticate every request with Authorization: Bearer <api-key>. Manage keys in Workspace Admin > Security & access.

Query parameters

miniIdstringRequired
labelslist of stringsOptional
stateslist of stringsOptional
startDatedatetimeOptional
endDatedatetimeOptional
createdBylist of stringsOptional
updatedBylist of stringsOptional
sortDescendingbooleanOptionalDefaults to true

Response

OK