Get database
laravel_cloud_get_databaseRetrieve details of a specific database by providing its cluster ID and schema name. Optionally include related resources like environments.
Instructions
Get a specific database within a cluster.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | Yes | Database (schema) name. | |
| include | No | Relationships to include in the response, e.g. ["environments"]. | |
| database | Yes | Database cluster ID. |