Skip to main content
GET
/
v1
/
findings
List audit findings
curl --request GET \
  --url https://api.trycomp.ai/v1/findings \
  --header 'X-API-Key: <api-key>'

Documentation Index

Fetch the complete documentation index at: https://www.trycomp.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

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

Response

200 - undefined