Retrieves a list of active tabs for a specific browser instance.
Only returns tabs that are of type “page” and not DevTools pages.
Each tab includes its debug URL, title, and current URL.
GET
/
browser
/
browser_id
/
{browser_id}
/
tabs
Get browser tabs
Copy
curl --request GET \ --url https://app.nextbrowser.com/api/v1/browser/browser_id/{browser_id}/tabs \ --header 'Authorization: <api-key>'