Export Data
AgentTools API
Export Data
Check export status and retrieve export metadata for an AgentTools task.
GET
Export Data
The query parameters, cURL example, and response schema are generated from the OpenAPI definition in the API panel.
Supported formats
EXCEL, CSV, HTML, JSON, and XML.Preview rows
previewRows accepts 0 through 20.Status values
Status values
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.Exported response
Exported response
When
status is exported, response.data includes exportFileUrl and may include sampleData.Paging fields
Paging fields
page, pageSize, and total are returned when paged export metadata is available.