Skip to main content
GET
/
entities
/
{entityId}
/
insights
/
{insight}
/
export
Export an insight
curl --request GET \
  --url https://api.syntage.com/entities/{entityId}/insights/{insight}/export \
  --header 'Accept: <accept>' \
  --header 'X-API-Key: <api-key>'
"<string>"

Authorizations

X-API-Key
string
header
required

Your API key is available in the Production and Sandbox dashboards.

Headers

Accept
enum<string>
required

Export format to return

Available options:
text/csv,
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Path Parameters

entityId
string<uuid>
required
insight
string
required

Insight name to export

Response

Insight export

The response is of type string.