Export Run Result
Method: POST
Endpoint: /api/v1/run/result/export
Send the request body with Content-Type: application/json.
Request Example
Section titled “Request Example”{ "run_slug": "01KK0DP5AK0WMS83RH9H16SS95", "filter_keys": [], "format": "csv"}Parameters
Section titled “Parameters”| Parameter | Example | Type | Required | Description |
|---|---|---|---|---|
| run_slug | 01KK0DP5AK0WMS83RH9H16SS95 | String | Yes | Unique run identifier |
| filter_keys | - | Array | Yes | Fields to export |
| format | csv | String | Yes | Export format: csv or json |
Response Example
Section titled “Response Example”{ "code": 0, "data": { "download_url": "" }, "msg": "Success"}Response Fields
Section titled “Response Fields”| Parameter | Example | Description |
|---|---|---|
| download_url | - | Download URL for the export |