Skip to content

Export Run Result

Method: POST

Endpoint: /api/v1/run/result/export

Send the request body with Content-Type: application/json.

{
"run_slug": "01KK0DP5AK0WMS83RH9H16SS95",
"filter_keys": [],
"format": "csv"
}
ParameterExampleTypeRequiredDescription
run_slug01KK0DP5AK0WMS83RH9H16SS95StringYesUnique run identifier
filter_keys-ArrayYesFields to export
formatcsvStringYesExport format: csv or json
{
"code": 0,
"data": {
"download_url": ""
},
"msg": "Success"
}
ParameterExampleDescription
download_url-Download URL for the export