GET
List bucket objects

Authorizations

Authorization
string
header
required

Bearer token for authentication. Format: 'Bearer {token}'

Headers

X-Workspace-Id
string

Workspace ID (uses default workspace if not provided)

Path Parameters

uuid
string
required

Query Parameters

prefix
string

Folder path prefix to filter objects

limit
integer<int32>
default:100

Maximum number of objects to return

cursor
string

Pagination cursor from previous request

Response

List bucket objects

Api_V1_Entities_BucketObjectList model

objects
object[]
required

List of bucket objects (files and folders)

current_path
string
required

Current folder path being viewed

has_more
boolean
required

Whether there are more objects to fetch

next_cursor
string

Pagination cursor for next page