Skip to main content
Commands for the forms in a workspace and the submissions they collected. For fields and response details, see the API reference for Forms and Submissions. Samples on this page use --json, which is the format you get when output is piped as well. On a terminal without that flag the same data prints as a table. See Output formats.

List forms

Every form in the workspace, newest first. Use --status to narrow it to the active, archived or favorited ones.
--status accepts only active, archived or favorite. Anything else is rejected before a request is made. The id in each record is the form id every other command and endpoint takes. See Getting the Form ID for the other ways to find it.

List submissions for a form

Completed submissions for one form, newest first, with each answer alongside the question it responds to.

Required arguments

  • <form-id> - the form’s UUID, from neetoform forms list.
responses follows the form’s question order, and kind names the field type the question was built with, which is what decides the shape of value.