# Get supplier finding by id This endpoint will return data and information about a supplier’s specific finding. Endpoint: GET /v2/suppliers/{supplierId}/findings/{findingId} Version: 2 Security: bearer ## Path parameters: - `supplierId` (string, required) Id of the supplier - `findingId` (string, required) Finding id to fetch ## Query parameters: - `fields` (string) Fields to include in response Enum: "id", "status", "severity", "asset_name", "category", "sub_category", "test_text", "test_name", "finding_text", "description", "insert_ts", "update_ts", "metadata", "cves" ## Response 200 fields ## Response 401 fields ## Response 403 fields ## Response 429 fields