AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
TypeformTypeform

List forms

This query returns all your forms or forms that match a search term

About this query

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This query returns all your forms or forms that match a search term
API endpoint slug
typeform.list_forms
Runtime method
performQuery("typeform.list_forms")

Query fields

Search Text input > Other

Label
Search term
Helper text
Returns forms that contain the specified string.
Slug
search
Required
false
Can have default value
true

Ingredients

Form IDThe ID of the form.

Slug
form_id
Filter code
Typeform.listForms.FormId
Type
String
Example
123

Form titleThe title of the form

Slug
form_title
Filter code
Typeform.listForms.FormTitle
Type
String
Example
My awesome form!

Form URLURL to access the form

Slug
form_url
Filter code
Typeform.listForms.FormUrl
Type
Web URL
Example
https://subdomain.typeform.com/to/abc123

Form is publicDraft forms return "false" and Public forms return "true".

Slug
form_is_public
Filter code
Typeform.listForms.FormIsPublic
Type
String
Example
"true"