Get database snapshot
laravel_cloud_get_database_snapshotRetrieve a specific database snapshot by its ID, with optional inclusion of related environment data.
Instructions
Get a specific database snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | Relationships to include in the response, e.g. ["environments"]. | |
| database_snapshot | Yes | Database snapshot ID. |