Export graph entities to CSV

Export documents as a downloadable CSV file.

Path parameters

collection_idstringRequired

The ID of the collection to export entities from.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

X-API-KeystringRequired

Request

This endpoint expects an object.
columnslist of stringsOptional

Specific columns to export

filtersmap from strings to anyOptional

Filters to apply to the export

include_headerbooleanOptional

Whether to include column headers

Response

Successful Response

Errors