cloud_storage_list_objects
List files in a Telnyx cloud storage bucket, optionally filtered by prefix, to manage stored objects and organize data.
Instructions
List objects in a bucket with optional prefix filtering.
Args:
prefix: Optional. Only list objects beginning with this prefix. Defaults to "".
bucket_name: Optional. Bucket to list from (defaults to instance default)
Returns:
List[str]: List of object names
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes |