List object storage keys
laravel_cloud_list_bucket_keysList all keys in a specified object storage bucket on Laravel Cloud, with optional related data inclusion.
Instructions
Get a list of all keys for a specific object storage bucket.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | Relationships to include in the response, e.g. ["environments"]. | |
| filesystem | Yes | Object storage bucket (filesystem) ID. |