Downloads API
List Downloads
List all downloads for a session with optional filtering and pagination.
GET
List Downloads
Authorizations
Your Browserbase API Key.
Query Parameters
Filter downloads by session ID (required).
Filter by exact filename match.
Maximum string length:
255Filter by MIME type.
Maximum string length:
255Minimum file size in bytes.
Required range:
x >= 0Maximum file size in bytes.
Required range:
x >= 0Filter downloads created on or after this timestamp.
Filter downloads created on or before this timestamp.
Maximum number of results to return.
Required range:
1 <= x <= 100Number of results to skip for pagination.
Required range:
x >= 0Previous
Get a DownloadGet download metadata (Accept: application/json) or file content (Accept: application/octet-stream).
Next
List Downloads