Skip to main content
GET
Get Browser Use Run Files

Authorizations

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

Path Parameters

run_id
string
required

Query Parameters

limit
integer
default:50
Required range: 1 <= x <= 200
cursor
string | null
kind
enum<string> | null
Available options:
input,
output

Response

Successful Response

A run's files. GET /runs/{id}/files?kind=input|output unions the two physical stores (staged uploads + session workspace outputs) into one list.

files
RunFile · object[]
required
nextCursor
string | null
hasMore
boolean
default:false