List form submissions
documentedRetrieve all submissions for a specific form.
GET /form/{form_id}/submissionsFormsno 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}}/submissions?apiKey={{JOTFORM_API_KEY}}&limit={{$limit}}&offset={{$offset}}" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json"