v4
latestOpenAPI 3.0.22026-07-3188146256.6 KBImport-Export
exportEntities
Export entity data in a CSV-format. The export will export data as close as possible to what is visible on Entity UI tables. The values exported as in some cases, transformed to human-readable values.
To force the export of raw values, use the # prefix in front of your field name when specifying the field on the fields param.
post/v1/entity:export
Query parameters
job_idstring
The unique identifier of the import job.
Example:abc123
Export Job Id to get the result
is_templateboolean
Pass 'true' to generate import template
Pass 'true' to generate import template
languagestring
Export headers translation Language
Export headers translation language
Request body
Example request
{
"q": "_schema:contact AND status:active",
"fields": [
"_id",
"_title",
"first_name",
"account",
"!account.*._files",
"**._product"
],
"aggs": {
"contact-count-per-tag": {
"terms": {
"field": "_tags.keyword"
}
}
}
}Response
created export url and download url