query_database
Read what visitors submitted to one of this site's collections -- bookings, leads, RSVPs, orders. Returns rows newest first (each with id, created_at, and the submitted data) plus the total count.
Use this when the user asks what came in, who signed up, or to summarize their submissions. Collection names are the data-collection values used in the site's forms. Reading is free -- it never spends the user's quota.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| collection | Yes | ||
| project_guid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||