Skip to main content
GET
List Workspace Files

Authorizations

X-Browser-Use-API-Key
string
header
required

Path Parameters

workspace_id
string<uuid>
required

Query Parameters

prefix
string
default:""
limit
integer
default:50
Required range: 1 <= x <= 100
cursor
string | null
includeUrls
boolean
default:false
shallow
boolean
default:false

Response

Successful Response

Paginated file listing with optional presigned download URLs.

files
FileInfo · object[]
required
folders
string[]

Immediate sub-folder names at this prefix level

nextCursor
string | null

Cursor for the next page. Pass as the cursor query parameter to fetch the next page.

hasMore
boolean
default:false

Whether there are more files beyond this page.