Get Site Integration Status
get_site_integrationCheck whether a first-party Laravel integration like Horizon, Octane, or maintenance mode is enabled on a specific Forge site.
Instructions
Whether a first-party Laravel integration is enabled for a site: Horizon, Octane, Reverb, Pulse, Inertia, the scheduler, or maintenance mode. "laravel-maintenance" answers "is this site in maintenance mode?".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | Site id from list_sites. | |
| server | Yes | Server id the site is on. | |
| integration | Yes | Which integration to check. | |
| organization | No | Organisation slug. Optional when the server has a default configured. |