Get the total count of findings with optional filters
cURL
curl --request GET \ --url https://api.ghostsecurity.ai/v1/findings/count \ --header 'Authorization: Bearer <token>'
{ "count": 42 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Filter by agent name
Filter by repository ID
Filter by project ID
OK
Findings count response