Get steps by form
documentedGet all steps for a form.
GET /wp-json/gf/v2/forms/{form_id}/workflows/stepsWorkflowsno 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/forms/{{$form_id}}/workflows/steps" \
-X GET \
-H "Authorization: Basic {{GRAVITYFORMS_SECRET}}" \
-H "Accept: application/json"