List All Published Forms
### **Overview**
Fetches a list of all forms that are currently published in your account. This is the primary resource for retrieving the `id` required to setup automation triggers or fetch submission data.
### **Authorization**
- **Type:** Bearer Token
- **Inheritance:** Inherit auth from parent (or use Bearer token)
### **Response Attributes (Array of objects)**
| Property | Type | Description |
| --- | --- | --- |
| `id` | `string` | The unique UUID of the form. |
| `title` | `string` | The user-defined title of the form. |
