Probe Run

Export Probe Run Test Cases

post
/api/workspaces/{workspaceId}/probe-run/{id}/test-cases/export

Export Probe Run Test Cases. Supported formats CSV and JSON.

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
chevron-right
200

OK

Responsestring · binary
post
/api/workspaces/{workspaceId}/probe-run/{id}/test-cases/export

Retrieve detailed probe run execution data and analysis results

get
/api/workspaces/{workspaceId}/probe-run/{probeRunId}

Returns comprehensive execution details for a specific probe run, including test case results, AI-powered vulnerability analysis, remediation strategies, and execution metrics. This endpoint provides deep insights into security probe performance and discovered vulnerabilities.

Authorizations
X-Api-KeystringRequired

API Key for authentication

Path parameters
workspaceIdinteger · int32Required

Workspace Id.

probeRunIdinteger · int32Required

Probe Run Id.

Responses
chevron-right
200

OK

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

This endpoint triggers the AI analysis process for a specific scan probe run execution.

Authorizations
X-Api-KeystringRequired

API Key for authentication

Path parameters
workspaceIdinteger · int32Required

Workspace Id.

probeRunIdinteger · int32Required

Probe Run Id.

Responses
chevron-right
200

OK

No content

post
/api/workspaces/{workspaceId}/probe-run/{probeRunId}/ai-analysis/trigger

No content

Get AI Analysis results for a Scan Probe Run

get
/api/workspaces/{workspaceId}/probe-run/{probeRunId}/ai-analysis

This endpoint retrieves the AI analysis results for a specific scan probe run execution.

Authorizations
X-Api-KeystringRequired

API Key for authentication

Path parameters
workspaceIdinteger · int32Required

Workspace Id.

probeRunIdinteger · int32Required

Probe Run Id.

Responses
chevron-right
200

OK

application/json
get
/api/workspaces/{workspaceId}/probe-run/{probeRunId}/ai-analysis

Last updated

Was this helpful?