Probe Run
Last updated
Last updated
Export Probe Run Test Cases. Supported formats CSV and JSON.
Probe Run id.
Request payload to export Test Cases for a Probe Run.
Format of the export. Supported formats: 'json', 'csv'.
CSV export
POST /api/workspaces/{workspaceId}/probe-run/{id}/test-cases/export HTTP/1.1
Host:
Content-Type: application/json-patch+json
Accept: */*
Content-Length: 137
{
"filters": {
"search": "CTLO",
"variation": [
"LeetSpeak"
],
"redTeam": [],
"result": [
"FAILED"
],
"strategy": [
"One Shot w/ Retry"
]
},
"format": "json"
}
CSV export