Get form questions
documentedReturn the questions/fields for a specific form.
GET /form/{form_id}/questionsFormsno 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.jotform.com/form/{{$form_id}}/questions" \
-X GET \
-H "Accept: application/json" \
-H "APIKEY: {{JOTFORM_API_KEY}}"