Get Submissions is a WordPress ability from Ninja Forms — usable via Easy MCP AI, which connects Claude, ChatGPT, and any AI assistant to your site.

Install Free Plugin →

Get Submissions

Read-only
Ninja Forms Forms ninjaforms/get-submissions

Retrieve all submissions for a form, optionally filtered by field values or specific submission IDs.

Requires the Ninja Forms plugin on WordPress 6.9+ for the Abilities API (all 32 abilities are registered only when the wp_register_ability() function exists, via NF_Abilities_Integration::load_abilities_api() running on plugins_loaded). Every ability is gated by the same ninja_forms_ability_can_manage_forms() permission callback, requiring the caller to hold WordPress's manage_options capability or Ninja Forms' own nf_edit_forms capability.

What it does

This ability returns the submissions recorded against a form, optionally narrowed by a where object of field-key/value filters or a specific list of submission_ids. It's the lookup step an AI assistant uses to resolve a particular submission_id from a user's plain-language description ('the submission from John', 'today's entries') before drilling into ninjaforms/get-submission for full detail.

See it in action

You ask your AI assistant

"Get all submissions to form 12 where the Email field is john@example.com."

Inputs

Name Type Required Description
form_id integer Yes The numeric ID of the form.
where object No Field key/value pairs to filter submissions by.
submission_ids array No Specific submission IDs to retrieve.

Returns

An object with a 'success' boolean, the 'form_id', a 'count', a 'submissions' array, and a 'message'.

Permission

The current user must have WordPress's 'manage_options' capability or Ninja Forms' own 'nf_edit_forms' capability (checked via the shared ninja_forms_ability_can_manage_forms() permission callback).

Newsletter

The AI + WordPress space moves fast. Keep up.

New tools, workflow ideas, and product updates — be the first to know what's next.

No spam, unsubscribe anytime.