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"
List of findings for the task
Was this page helpful?