Probe Run
Authorizations
X-Api-KeystringRequired
API Key for authentication
Path parameters
idinteger · int32Required
Probe Run Id.
workspaceIdstringRequired
Body
Request payload to export Test Cases for a Probe Run.
formatstring · nullableRequired
Format of the export. Supported formats: 'json', 'csv'.
Responses
200
OK
Responsestring · binary
400
Bad Request
401
Unauthorized
403
Forbidden
500
Internal Server Error
post
/api/workspaces/{workspaceId}/probe-run/{id}/test-cases/exportRetrieve detailed probe run execution data and analysis results
get
/api/workspaces/{workspaceId}/probe-run/{probeRunId}
Authorizations
X-Api-KeystringRequired
API Key for authentication
Path parameters
workspaceIdinteger · int32Required
Workspace Id.
probeRunIdinteger · int32Required
Probe Run Id.
Responses
200
OK
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
500
Internal Server Error
application/json
get
/api/workspaces/{workspaceId}/probe-run/{probeRunId}Trigger AI Analysis for a Scan Probe Run
post
/api/workspaces/{workspaceId}/probe-run/{probeRunId}/ai-analysis/trigger
Authorizations
X-Api-KeystringRequired
API Key for authentication
Path parameters
workspaceIdinteger · int32Required
Workspace Id.
probeRunIdinteger · int32Required
Probe Run Id.
Responses
200
OK
No content
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
500
Internal Server Error
application/json
post
/api/workspaces/{workspaceId}/probe-run/{probeRunId}/ai-analysis/triggerNo content
Get AI Analysis results for a Scan Probe Run
get
/api/workspaces/{workspaceId}/probe-run/{probeRunId}/ai-analysis
Authorizations
X-Api-KeystringRequired
API Key for authentication
Path parameters
workspaceIdinteger · int32Required
Workspace Id.
probeRunIdinteger · int32Required
Probe Run Id.
Responses
200
OK
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
500
Internal Server Error
application/json
get
/api/workspaces/{workspaceId}/probe-run/{probeRunId}/ai-analysisLast updated
Was this helpful?