Get site build
documentedRetrieve a specific build for a site.
GET /api/v1/sites/{site_id}/builds/{build_id}Sitesno 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.netlify.com/api/v1/sites/{{$site_id}}/builds/{{$build_id}}" \
-X GET \
-H "User-Agent: KeychainsNetlify/1.0" \
-H "Authorization: Bearer {{NETLIFY_API_KEY}}" \
-H "Accept: application/json"