---
title: "List Objects in Bucket"
method: GET
path: "/api/storage/buckets/{bucketName}/objects"
tags: ["Admin"]
---

# List Objects in Bucket

`GET /api/storage/buckets/{bucketName}/objects`

## Path parameters

- `bucketName` string, required

## Query parameters

- `prefix` string
- `limit` integer
- `offset` integer
- `search` string

## Response `200`

List of objects in bucket

- object
  - `data` StoredFile[]
    - `bucket` string, required — Name of the bucket containing the object
    - `key` string, required — Unique key identifying the object within the bucket
    - `size` integer, required — Size of the file in bytes
    - `mimeType` string — MIME type of the file
    - `uploadedAt` string, date-time, required — ISO timestamp when the file was uploaded
    - `url` string, required — URL to download the file
  - `pagination` object
    - `offset` integer
    - `limit` integer
    - `total` integer
  - `nextActions` string

---

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