List Objects in Bucket
Admin
List Objects in Bucket
GET
List Objects in Bucket
Documentation Index
Fetch the complete documentation index at: https://docs.insforge.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
Pattern:
^[a-zA-Z0-9_-]+$Query Parameters
Filter objects by key prefix
Required range:
1 <= x <= 1000Required range:
x >= 0Search objects by key (partial match)
Response
200 - application/json
List of objects in bucket
Example:
"You can use PUT /api/storage/buckets/:bucketName/objects/:objectKey to upload with a specific key, or POST /api/storage/buckets/:bucketName/objects to upload with auto-generated key, and GET /api/storage/buckets/:bucketName/objects/:objectKey to download an object."