Get WebSocket application
laravel_cloud_get_websocket_applicationFetch a WebSocket application by ID, returning its credentials and optionally including related resources like environments.
Instructions
Get a specific WebSocket application including credentials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | Relationships to include in the response, e.g. ["environments"]. | |
| websocket_application | Yes | WebSocket application ID. |