Skip to content
Start here

Finding Types

List all finding types
GET/accounts/{account_id}/data-security/posture/finding_types
Get finding by ID
GET/accounts/{account_id}/data-security/posture/finding_types/{finding_type_id}
ModelsExpand Collapse
FindingTypeListResponse object { id, category, name, 2 more }

Basic finding type information.

id: string

The unique identifier of the finding.

formatuuid
category: object { observation, product, type }

Category information for a finding.

observation: "Issue" or "Insight" or "Activity"

The type of the observation.

One of the following:
"Issue"
"Insight"
"Activity"
product: "SaaS" or "Cloud"

The product category.

One of the following:
"SaaS"
"Cloud"
type: "Content" or "Posture"

The type of the finding category.

One of the following:
"Content"
"Posture"
name: string

The name of the finding.

severity: "Critical" or "High" or "Medium" or "Low"

The severity level of a finding.

One of the following:
"Critical"
"High"
"Medium"
"Low"
vendor: string

The SaaS/Cloud vendor of the platform with which the finding is associated.

FindingTypeGetResponse object { id, category, name, 2 more }

Basic finding type information.

id: string

The unique identifier of the finding.

formatuuid
category: object { observation, product, type }

Category information for a finding.

observation: "Issue" or "Insight" or "Activity"

The type of the observation.

One of the following:
"Issue"
"Insight"
"Activity"
product: "SaaS" or "Cloud"

The product category.

One of the following:
"SaaS"
"Cloud"
type: "Content" or "Posture"

The type of the finding category.

One of the following:
"Content"
"Posture"
name: string

The name of the finding.

severity: "Critical" or "High" or "Medium" or "Low"

The severity level of a finding.

One of the following:
"Critical"
"High"
"Medium"
"Low"
vendor: string

The SaaS/Cloud vendor of the platform with which the finding is associated.

Finding TypesRemediation Types

List remediation types for a finding type
GET/accounts/{account_id}/data-security/posture/finding_types/{finding_type_id}/remediation_types
ModelsExpand Collapse
RemediationTypeListResponse object { id, description, display_name, 2 more }

Information about a remediation type.

id: string

The identifier for the remediation type.

formatuuid
description: string

A description of the action(s) taken by the remediation type.

display_name: string

The name of the remediation type as displayed in the cloudflare dashboard.

finding_type_id: string

The identifier of the finding_type which this remediation type should remediate.

formatuuid
remediation_type: string

The name of the remediation type.