curl --request GET \
--url http://localhost:3333/v1/findings \
--header 'X-API-Key: <api-key>'Retrieve all findings for a specific task
curl --request GET \
--url http://localhost:3333/v1/findings \
--header 'X-API-Key: <api-key>'API key for authentication
Organization ID (required for session auth, optional for API key auth)
Task ID to get findings for
"tsk_abc123"
Evidence submission ID to get findings for
"evs_abc123"
Evidence form type to get findings for
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 List of findings
Was this page helpful?