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>'Was this page helpful?