Skip to main content
POST
ExportData

Authorizations

Authorization
string
header
required

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

Body

application/json
outputFormat
enum<string>
default:EXPORT_OUTPUT_FORMAT_UNSPECIFIED
required
Available options:
EXPORT_OUTPUT_FORMAT_UNSPECIFIED,
EXPORT_OUTPUT_FORMAT_CSV,
EXPORT_OUTPUT_FORMAT_SUN
exportOptions
object
required
timeRange
object
runsAndTimeRange
object
assetsAndTimeRange
object
channelIds
string[]
calculatedChannelConfigs
object[]

Response

A successful response.

presignedUrl
string

Pre-signed URL of exported zip containing export files. This will be blank if the job is processed as a background job, in which case job_id will be non-empty.

jobId
string

This will be non-empty if the export is being processed asynchronously in a background job.