Get metadata for multiple CVEs
documentedFetch CVE metadata for multiple CVEs in a single call.
POST /v3/entities/.mgetThreat Intelligenceno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.feedly.com/v3/entities/.mget" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '["{{$cve_id_1}}", "{{$cve_id_2}}"]'