Get Finding
Retrieve full details for a single security finding, including its description, impact, evidence, reproduction approach, remediation advice, current status, and retest decision context such as why execution failed.
Authorizations
API key generated from the MindFort dashboard. Pass as Authorization: Bearer <your-api-key>.
Path Parameters
UUID of the finding
Response
Finding returned successfully
"red-team"secured, low, medium, high, critical, null secured, low, medium, high, critical, null Execution state: QUEUED, RUNNING, COMPLETED, or FAILED. FAILED means the retest could not execute; COMPLETED means validation finished and applied the result to the finding lifecycle.
Customer-visible reason the current retest could not execute. Populated when retest_status is FAILED; null otherwise.
Safe machine-readable reason the current retest could not execute. AUTHENTICATION_FAILED and CREDENTIAL_UNAVAILABLE allow a replacement target credential for the next retest. BLOCKED_BY_GUARDRAIL means the target's configured restrictions prevented the retest; INCONCLUSIVE means it could not determine an outcome.
When execution of the current retest started.
When the current retest reached COMPLETED or FAILED.
True while the current retest is queued or running.