Export document entities to CSV
Export documents as a downloadable CSV file.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
id
The ID of the document to export entities from.
Headers
X-API-Key
Request
This endpoint expects an object.
columns
Specific columns to export
filters
Filters to apply to the export
include_header
Whether to include column headers
Response
Successful Response