List form files
documentedList files uploaded to a form.
GET /form/{form_id}/filesFormsno 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}}/files" \
-X GET \
-H "APIKEY: {{JOTFORM_API_KEY}}" \
-H "Accept: application/json"