Get Form
get_formRetrieve a monday.com form by providing its form token, which is the alphanumeric string after /forms/ in the form URL.
Instructions
Get a monday.com form by its form token. Form tokens can be extracted from the form's url. Given a form url, such as https://forms.monday.com/forms/abc123def456ghi789?r=use1, the formToken is the alphanumeric string that appears right after /forms/ and before the ?. In the example, the formToken is abc123def456ghi789.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| formToken | Yes |