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'.
POST /api/workspaces/{workspaceId}/probe-run/{id}/test-cases/export HTTP/1.1
Host:
X-Api-Key: YOUR_API_KEY
Content-Type: application/*+json
Accept: */*
Content-Length: 137
{
"filters": {
"redTeam": [],
"result": [
"FAILED"
],
"search": "CTLO",
"strategy": [
"One Shot w/ Retry"
],
"variation": [
"LeetSpeak"
]
},
"format": "json"
}
binary