Skip to main content
GET
/
v1
/
findings
List findings for organization (optionally filtered)
curl --request GET \
  --url http://localhost:3333/v1/findings \
  --header 'X-API-Key: <api-key>'

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
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
policyId
string
vendorId
string
riskId
string
memberId
string
deviceId
string

Response

200 - undefined