Buckets API
List Bucket Objects
Fetch a list of objects and folders within a bucket.
GET
List bucket objects
The List Objects operation returns some or all (up to 100) of the objects in a bucket. You can use theDocumentation Index
Fetch the complete documentation index at: https://docs.nulldrop.xyz/llms.txt
Use this file to discover all available pages before exploring further.
prefix parameter to group objects into virtual folders.
Folder Simulation
Null Drop uses the/ character to simulate folders. When you provide a prefix, the API:
- Filters objects whose keys start with that prefix.
- Identifies “Common Prefixes” (folders) at the current level.
- Returns files that are directly under that prefix.
Pagination
If the number of objects exceeds thelimit, the response will include a nextCursor. To fetch the next page, send another request with the cursor parameter set to the value of nextCursor.
Sorting
By default, objects are sorted by Upload Date (Newest First). This behavior is consistent across the web interface and the API.Authorizations
API key authentication (format: nd_xxxxx)
Path Parameters
Bucket ID
Query Parameters
Filter by key prefix (folder)
Pagination cursor
Max items to return
List bucket objects