v1

latestOpenAPI 3.0.0Proprietary2026-08-062711471.0 MB
Object export

Export as CSV

Exports rows matching the query as CSV.

post/public/v1/objects/{name}/export/csv

Path parameters

namestring required
Example:deals

Request body

queryobject

Dynamic-table query. Either a single { path, operator, value } condition, or a nested group { operator: 'and' | 'or', conditions: [...] }.

searchstring nullable
sortobject[] nullable

Example request

{
  "search": "example"
}

Response

CSV body