Probe Run

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

Detailed execution data and analysis results for a specific probe run.

probeRunIdinteger · int32Optional

Unique identifier for probe run execution.

scanRunIdinteger · int32 · nullableOptional

Scan run identifier that initiated this probe.

probeIdinteger · int32 · nullableOptional

Identifier of the Probe.

executionStartstring · date-time · nullableOptional

Timestamp when the probe execution started.

executionEndstring · date-time · nullableOptional

Timestamp when the probe execution completed. Null if still running.

probeNamestring · nullableRequired

Name of the executed probe.

statusstring · nullableRequired

Current execution status of the probe run.

totalCountinteger · int32 · nullableOptional

Total number of test cases planned for execution.

processedCountinteger · int32Optional

Number of test cases that have been processed.

errorCountinteger · int32Optional

Number of test cases that encountered execution errors.

passedCountinteger · int32Optional

Number of test cases that passed (no risk found).

failedCountinteger · int32Optional

Number of test cases that failed (potential risk detected).

acceptedCountinteger · int32Optional

Number of failed test cases that have been reviewed and the risk has been accepted.

progressnumber · floatOptional

Execution progress.

isAiAnalysisFinishedbooleanOptional

Indicates whether AI analysis of the probe run results has been completed.

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

AI-powered analysis of scan probe run results, providing strategic insights and risk clustering.

idinteger · int64Required

Unique identifier for AI analysis instance.

overviewstring · nullableRequired

High-level AI-generated summary of the scan probe run results, key findings, and overall security assessment.

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

Last updated

Was this helpful?