---
title: "List objects from bucket"
method: GET
path: "/workspace/storage/buckets/{bucket_name}/objects"
tags: ["Storage - Objects"]
---

# List objects from bucket

`GET /workspace/storage/buckets/{bucket_name}/objects`

List objects from bucket

## Path parameters

- `bucket_name` string, required

## Query parameters

- `all_levels` boolean
- `continuation_token` string
- `fields` string
- `max_object_count` integer
- `prefix` string

## Response `200`

List of bucket objects retrieved successfully.

- ResponseBucketObject
  - `continuation_token` string, nullable, required
  - `results` BucketObject[], required
    - `key` string, required
    - `last_modified` string, date-time, required
    - `size` integer, required — Size of the object in bytes
    - `is_folder` boolean, required — Whether this entry represents a folder

## Other responses

- `400` — Validation Error
- `401` — Authentication Failed
- `403` — Permission Denied
- `404` — Not Found
- `405` — Method Not Allowed
- `406` — Not Acceptable
- `429` — Throttled
- `500` — Internal Server Error

---

[API](https://skmtc.dev/azion/apis/azion-api.md) · [All operations](https://skmtc.dev/azion/apis/azion-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azion/azion-api/revisions/bb3250697218/schema)
