Skip to main content
GET
/
export
/
{key}
/
preview
Preview a generic export by key
curl --request GET \
  --url https://demo.enneo.ai/api/mind/export/{key}/preview \
  --header 'Authorization: Bearer <token>'
{
  "columns": [
    "<string>"
  ],
  "rows": [
    {}
  ],
  "total": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT-based authentication

Path Parameters

key
string
required

Export key — identifies the dataset to preview.

Response

Successful operation

columns
string[]

Column names in the order they appear in the export.

rows
object[]

First N rows of the dataset.

total
integer

Total number of rows that would be exported.