Get application schema
knack_get_applicationFetch a Knack application's full schema/metadata — its objects (tables), fields, and scenes. Knack API: GET /applications/{app_id}. Returns the raw JSON as-is. app_id defaults to the configured KNACK_APPLICATION_ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | No | Optional Knack Application ID; defaults to the configured KNACK_APPLICATION_ID. |