Table export
Export as CSV
Exports rows matching the query as CSV.
post/public/v1/tables/{name}/export/csv
Path parameters
namestring required
Example:tasks_board
Request body
Example request
{
"search": "example"
}Response
CSV body
Exports rows matching the query as CSV.
{
"search": "example"
}CSV body