Bucket Get
bucket_getGet one bucket, its files/current revision, website state, GitHub sync status/setup link, and archive/delete guidance. Pass file_limit and file_offset to page bucket.files. Set include_form_submissions=true to read visitor feedback with submitter identity, document selections, and a fixed 3x3 minimap; this requires write-capable bucket access. The minimap includes a 0/1 cells matrix and exactly three ASCII rows. Share bucket.website.submissions_review.url for visual submission review or bucket.github_sync_setup.settings_url to connect/manage GitHub; both are stable login-required deep links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bucket_id | Yes | Revdoku bucket id returned by bucket_list or bucket_get, for example bkt_... | |
| file_limit | No | Optional maximum number of files to include in bucket.files, up to 500. Omit to include all files for compatibility. | |
| file_offset | No | Optional zero-based file offset used with file_limit. Use bucket.files_pagination.next_offset for the next page. | |
| form_submission_limit | No | Maximum submissions to return when include_form_submissions is true, up to 100. | |
| form_submission_offset | No | Zero-based submission offset for pagination. | |
| include_form_submissions | No | Include encrypted visitor submissions in the response. Requires write-capable access to this bucket. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bucket | Yes | ||
| form_submissions | No | ||
| form_submissions_pagination | No |