Retrieve scans
documentedFetch scan records in bulk via the Scans Retrieve API; can return CSV when using a template and return_type=csv parameter.
Scansno implementation yet0 runs
No 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.codereadr.com/v1/api/?section=scans&action=retrieve&template={{$template}}&return_type={{$return_type}}&page={{$page}}&limit={{$limit}}" -X GET -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"