Skip to main content
GET
List audit findings

Authorizations

X-API-Key
string
header
required

API key for authentication

Query Parameters

status
enum<string>
Available options:
open,
ready_for_review,
needs_revision,
closed
severity
enum<string>
Available options:
low,
medium,
high,
critical
area
enum<string>
Available options:
people,
documents,
compliance,
risks,
vendors,
policies,
other
taskId
string
evidenceSubmissionId
string
evidenceFormType
enum<string>
Available options:
board-meeting,
it-leadership-meeting,
risk-committee-meeting,
meeting,
access-request,
whistleblower-report,
penetration-test,
rbac-matrix,
infrastructure-inventory,
employee-performance-evaluation,
network-diagram,
tabletop-exercise,
account-types
policyId
string
vendorId
string
riskId
string
memberId
string
deviceId
string

Response

200 - application/json

Findings retrieved successfully. Returned as a bare JSON array (no data envelope), ordered by status then newest first.

id
string
required
Example:

"fnd_abc123def456"

organizationId
string
required
Example:

"org_abc123def456"

type
enum<string>
required
Available options:
soc2,
iso27001,
pci_dss,
hipaa,
gdpr,
iso9001,
iso42001
status
enum<string>
required
Available options:
open,
ready_for_review,
needs_revision,
closed
severity
enum<string>
required
Available options:
low,
medium,
high,
critical
content
string
required

The finding text

createdAt
string<date-time>
required
updatedAt
string<date-time>
required
revisionNote
string | null

Auditor's note when revision was requested

area
enum<string> | null

Set when the finding is not tied to a specific item

Available options:
people,
documents,
compliance,
risks,
vendors,
policies,
other
taskId
string | null
evidenceSubmissionId
string | null
evidenceFormType
enum<string> | null
Available options:
board-meeting,
it-leadership-meeting,
risk-committee-meeting,
meeting,
access-request,
whistleblower-report,
penetration-test,
rbac-matrix,
infrastructure-inventory,
employee-performance-evaluation,
network-diagram,
tabletop-exercise,
account-types
policyId
string | null
vendorId
string | null
riskId
string | null
memberId
string | null
deviceId
string | null
templateId
string | null
template
object | null
task
object | null
policy
object | null
vendor
object | null
risk
object | null
device
object | null
evidenceSubmission
object | null
member
object | null

The member the finding is about

createdById
string | null
createdBy
object | null

Member who raised the finding (null for platform admins)

createdByAdminId
string | null
createdByAdmin
object | null