Skip to main content
GET
Export Data
The query parameters, cURL example, and response schema are generated from the OpenAPI definition in the API panel.
Check export status and retrieve export metadata for a task.
1

Use a taskId

Pass the taskId returned by executeTask or searchTasks.
2

Select export options

exportFileType defaults to JSON. previewRows defaults to 5.
3

Follow response guidance

Use retryGuidance and suggestedNextCall to decide whether and when to call again.

Supported formats

EXCEL, CSV, HTML, JSON, and XML.

Preview rows

previewRows accepts 0 through 20.
Do not assume clients should automatically download or parse exportFileUrl. Treat it as an export artifact reference and follow response guidance.
collecting: the task is still collecting data.exporting: export is being prepared.exported: export metadata is available.no_data, failed, and invalid: no export artifact should be assumed.
When status is exported, response.data includes exportFileUrl and may include sampleData.
page, pageSize, and total are returned when paged export metadata is available.