Get check results
documentedRetrieve raw results for a specific check.
GET /results/{check_id}Checksno 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.pingdom.com/api/3.1/results/{{$check_id}}" -X GET -H "Accept: application/json" -H "Authorization: Bearer {{PINGDOM_SECRET}}"