Skip to main content
GET
Get Finding

Authorizations

Authorization
string
header
required

API key generated from the MindFort dashboard. Pass as Authorization: Bearer <your-api-key>.

Path Parameters

finding_id
string<uuid>
required

UUID of the finding

Response

Finding returned successfully

id
string<uuid>
required
status
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
endpoint
string
required
description
string
required
impact
string
required
evidence
string
required
approach
string
required
assessment_id
string<uuid> | null
target_id
string<uuid> | null
target_name
string | null
finding_type
string
default:red-team
Allowed value: "red-team"
title
string | null
severity
enum<string> | null
Available options:
secured,
low,
medium,
high,
critical,
null
severity_score
number | null
overridden_severity
enum<string> | null
Available options:
secured,
low,
medium,
high,
critical,
null
status_updated_at
string<date-time> | null
resolve_reason
string | null
resolve_context
string | null
remediation_advice
string | null
vulnerability_tags
string[] | null
owasp_category
string | null
retest_status
string | 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.

retest_failure_reason
string | null

Customer-visible reason the current retest could not execute. Populated when retest_status is FAILED; null otherwise.

retest_started_at
string<date-time> | null

When execution of the current retest started.

retest_completed_at
string<date-time> | null

When the current retest reached COMPLETED or FAILED.

retest_in_progress
boolean
default:false

True while the current retest is queued or running.