curl --request GET \
--url http://localhost:3333/v1/findings/organization \
--header 'X-API-Key: <api-key>'Retrieve all findings for the organization
curl --request GET \
--url http://localhost:3333/v1/findings/organization \
--header 'X-API-Key: <api-key>'API key for authentication
Organization ID (required for session auth, optional for API key auth)
Filter by status
open, ready_for_review, needs_revision, closed List of all findings for the organization
Was this page helpful?