1.1
1.1
scpcli archivestorage bucket object list
--bucket_id <value>
[--marker <value>]
[--object_path <value>]
[--object_name <value>]
[--object_type <value>]
[--limit <value>]
Description
List Bucket Objects
State ACTIVE (CURRENT)
| Version | Supported Until |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| bucket_id required | string | Bucket ID | 138c2-fc8c2-9a449-dbfa86-81f8f-1d78e2 |
| marker optional | string | Marker | TODO.txt |
| object_path optional | string | Object Path | / |
| object_name optional | string | Object Name | hello/TODO.txt |
| object_type optional | string | Object Type | FILE |
| limit optional | integer | Limit | 20 |
Responses
| Name | Description | Example |
|---|---|---|
| object_name | Object Name | hello/TODO.txt |
| object_type | Object Type | FILE |
| object_size | Object Size | 3581 |
| modified_at | Modified AT | 2025-04-09T05:54:46.244000+00:00 |