Sign in

List form files

documented

List files uploaded to a form.

GET /form/{form_id}/filesFormsno 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://api.jotform.com/form/{{$form_id}}/files" \
  -X GET \
  -H "APIKEY: {{JOTFORM_API_KEY}}" \
  -H "Accept: application/json"
List form files · jotform · OpenIntegrations