list_bucket_tables
Retrieve a list of all tables within a specific bucket, including their basic details, using Keboola’s Storage API for efficient data management.
Instructions
List all tables in a specific bucket with their basic information.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bucket_id | Yes | Unique ID of the bucket. |
Input Schema (JSON Schema)
{
"properties": {
"bucket_id": {
"description": "Unique ID of the bucket.",
"title": "Bucket Id",
"type": "string"
}
},
"required": [
"bucket_id"
],
"title": "list_bucket_tablesArguments",
"type": "object"
}