curl --request POST \
--url https://api.siftstack.com/api/v1/export \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"outputFormat": "EXPORT_OUTPUT_FORMAT_UNSPECIFIED",
"exportOptions": {
"useLegacyFormat": true,
"simplifyChannelNames": true,
"combineRuns": true,
"splitExportByAsset": true,
"splitExportByRun": true
},
"channelIds": [
"<string>"
],
"calculatedChannelConfigs": [
{
"name": "<string>",
"expression": "<string>",
"channelReferences": [
{
"channelReference": "<string>",
"channelIdentifier": "<string>"
}
],
"units": "<string>"
}
]
}
'{
"presignedUrl": "<string>",
"jobId": "<string>"
}Export data.
curl --request POST \
--url https://api.siftstack.com/api/v1/export \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"outputFormat": "EXPORT_OUTPUT_FORMAT_UNSPECIFIED",
"exportOptions": {
"useLegacyFormat": true,
"simplifyChannelNames": true,
"combineRuns": true,
"splitExportByAsset": true,
"splitExportByRun": true
},
"channelIds": [
"<string>"
],
"calculatedChannelConfigs": [
{
"name": "<string>",
"expression": "<string>",
"channelReferences": [
{
"channelReference": "<string>",
"channelIdentifier": "<string>"
}
],
"units": "<string>"
}
]
}
'{
"presignedUrl": "<string>",
"jobId": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.siftstack.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
EXPORT_OUTPUT_FORMAT_UNSPECIFIED, EXPORT_OUTPUT_FORMAT_CSV, EXPORT_OUTPUT_FORMAT_SUN Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
A successful response.
Was this page helpful?