How can we help?

Forms commands

The forms command lets you list forms and inspect submissions for a specific form.

List forms

This command shows forms in your workspace. Use this when you want to inspect available forms and basic metadata.

neetoform forms list
neetoform forms list --page 1 --page-size 1

Optional flags:

  • --page - Page number

  • --page-size - Items per page (max 100)

  • --status - Filter by status: active, archived, favorite

  • --subdomain <name> - Target a specific logged-in workspace

  • --json - Return JSON envelope output

  • --quiet - Return raw payload only

  • --toon - Return TOON (token-optimized) output

Sample output:

TITLE                                  ATTEMPT URL                  CREATED AT       CREA...        ID                  IS ...   IS ...
────────────────────────────────────   ──────────────────────────   ──────────────   ───────   ──────────────────────   ──────   ──────
Form                                   https://acme.neetoform....   2024-08-07T...   Oli ...   e2ccbba2-8023-4528-...   No       No    
Form-1                                 https://acme.neetoform....   2024-08-11T...   Oli ...   68548dce-4f9c-4422-...   No       No    
Form-2                                 https://acme.neetoform....   2024-08-12T...   Oli ...   37728b07-d7cc-4902-...   No       No

List submissions for a form

This command shows submissions for one form ID. Use this when you want to review answers, submission timestamps, and visitor metadata for that form without opening the Submissions tab in NeetoForm.

neetoform forms submissions list e2ccbba2-8023-4528-978e-f2a369bcfa44

Required argument:

  • <form-id> - Form UUID to fetch submissions for. Refer to Getting the Form ID section for detailed instructions.

Optional flags:

  • --page - Page number

  • --page-size - Items per page (max 100)

  • --subdomain <name> - Target a specific logged-in workspace

  • --json - Return JSON envelope output

  • --quiet - Return raw payload only

  • --toon - Return TOON (token-optimized) output

Sample output:

CREATED AT                 ID                                  
────────────────────────   ────────────────────────────────────
2026-02-09T05:20:59.464Z   3ad844c3-2785-4ddf-87a4-b48195fc6360

Page 1 of 1 (1 total records)

  Form: neetoform forms list