Get feed
documentedRetrieve a single feed by ID.
GET /gf/v2/feeds/{FEED_ID}Feedsno 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://{{$site_domain}}/wp-json/gf/v2/feeds/{{$feed_id}}" \
-X GET \
-H "Accept: application/json" \
-H "Authorization: Basic {{GRAVITYFORMS_SECRET}}"