Sign in

Get steps by entry

documented

Get all steps for an entry.

GET /wp-json/gf/v2/entries/{entry_id}/workflows/stepsWorkflowsno 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://{{$domain}}/wp-json/gf/v2/entries/{{$entry_id}}/workflow/steps" \
  -X GET \
  -u "{{GRAVITYFORMS_API_KEY}}:{{GRAVITYFORMS_SECRET}}" \
  -H "Accept: application/json"
Get steps by entry · gravityforms · OpenIntegrations