Skip to main content
GET
Get TPRM Finding by ID

Authorizations

X-CONNECTION-ID
string
header
required
X-API-KEY
string
header
required

Path Parameters

finding_id
string<uuid>
required

Response

Successful Response

id
string<uuid>
required

Leen's UUID for the finding

title
string | null
required

The title or name of the finding

description
string | null
required

The description of the finding

type
string
required

The type of the finding

severity
enum<string> | null
required

The severity of the finding

Available options:
CRITICAL,
HIGH,
MEDIUM,
LOW,
INFO,
UNKNOWN
status
enum<string> | null
required

The status of the finding

Available options:
OPEN,
IGNORED,
DELETED,
CLOSED,
UNKNOWN
domain
string | null
required

The domain of the finding

asset_type
string
required

The asset type of the finding

asset_id
string | null
required

The asset ID of the finding

first_seen
string<date-time> | null
required

The first seen time of the finding

last_seen
string<date-time> | null
required

The last seen time of the finding

connection_attributes
ConnectionAttributesModel · object | null
required

The connection attributes of the finding

evidence
Evidence · object | null
required

The evidence of the finding

remediation
string | null
required

The remediation of the finding

provider_name
string | null
required

The provider name of the finding

company
TPRM Company · object | null
required

The ID of the company associated with the finding

vendor_attributes
TPRMFindingKnowledgeBaseVendorData · object | null
required

The vendor data of the finding

ticket
FindingTicketModel · object | null
required

The ticket of the finding

created_at
string<date-time> | null
required

The creation time of the finding

updated_at
string<date-time> | null
required

The update time of the finding

status_updated_at
string<date-time> | null
required

The status update time of the finding