List browser sessions
列出浏览器会话
Retrieve a list of browser sessions with filtering and pagination.
GET
List browser sessions
Documentation Index
Fetch the complete documentation index at: https://docs.brightdata.com/llms.txt
Use this file to discover all available pages before exploring further.
示例使用 URLs
示例使用 URLs
默认:按时间戳倒序排列的最后 50 个会话
获取前 25 个已完成的会话
获取所有运行中的会话
获取所有失败的会话
从特定 API 区域获取会话
从特定日期范围获取会话
特定目标 URL 的会话,按带宽排序
特定目标 URL 的所有会话
特定目标 URL 的失败会话
按最高带宽排序的会话
按最长持续时间排序的会话
第一页(100 个会话)
第二页(接下来的 100 个会话)
Authorizations
Use your Bright Data API Key as a Bearer token in the Authorization header.
How to authenticate:
- Obtain your API Key from the Bright Data account settings at https://brightdata.com/cp/setting/users
- Include the API Key in the Authorization header of your requests
- Format:
Authorization: Bearer YOUR_API_KEY
Example:
Authorization: Bearer b5648e1096c6442f60a6c4bbbe73f8d2234d3d8324554bd6a7ec8f3f251f07dfLearn how to get your Bright Data API key: https://docs.brightdata.com/api-reference/authentication
Query Parameters
Name of the Browser API used
Number of sessions to return
Required range:
x <= 100Pagination offset
Filter by session status
Available options:
running, finished, failed, all Start date filter
End date filter
Filter by target url (e.g., example.com)
Filter by end url (e.g., https://www.example.com/example/sub)
Sort field: timestamp, duration, bandwidth
Available options:
timestamp, duration, bandwidth Sort order: asc or desc
Available options:
asc, desc