Last updated 13 days ago
Export Probe Run Test Cases. Supported formats CSV and JSON.
Probe Run id.
Request payload to export Test Cases for a Probe Run.
Filters to apply to the Test Cases search.
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" }
OK