CloudBrowser Docs
  1. plugin
CloudBrowser Docs
  • Documentation
    • Introduction
      • What is CloudBrowser?
      • What is Headless browsers?
      • Getting started
      • Playwright
    • Fundamentals
      • Create a Browser Session
      • Use a Browser Profile
      • Manage a Browser Profile
    • Features
      • Stealth Mode
      • Proxies
      • Live View
      • Session Inspector
      • Downloads
      • Uploads
    • User Cases
      • Form Submissions
      • Web Scraping
      • Automated Tests
    • Guides
      • Improving Performance
      • Optimizing Cost
      • Browser Regions
      • Using Profile ID
      • Plans and Pricing
      • Concurrency & Rate Limits
      • Handling Authentication
      • Enerprise Security
    • Inegrations
      • Get Started with Intergrations
      • CloudBrowser MCP Server
      • CloudBrowser MCP Service
  • APIs and SDKs
    • Node.js SDK
    • Profile
      • Get session list
      • Update Instance Fingerprint
    • sessions
      • Create Browser Session
      • Start Session
      • Close Session
    • files
      • Upload File
      • Download File
    • plugin
      • Upload Plugin
        POST
      • Get Plugin List
        POST
      • Update Environment Fingerprint
        PUT
  • Changelog
  1. plugin

Get Plugin List

POST
/extensions/getList
Only users with owner role can create instances

Request

Query Params
page
string 
required
Current page number
pageSize
string 
required
Items per page
pluginIds
array[string]
required
Plugin IDs list
pluginName
string 
required
Plugin name
status
number 
required
Status

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/extensions/getList?page&pageSize&pluginIds&pluginName&status'

Responses

🟢200Success
application/json
Successful response
Body
reqId
string 
optional
Example:
19f48a6c-2f2f-4a91-ad7e-933c0ebc7bbe
code
number 
optional
Example:
200
msg
string 
optional
Example:
OK
data
object 
optional
list
array [object] 
optional
total
number 
optional
pageSize
number 
optional
currentPage
number 
optional
Example
{
    "reqId": "19f48a6c-2f2f-4a91-ad7e-933c0ebc7bbe",
    "code": 200,
    "msg": "OK",
    "data": {
        "list": [
            {}
        ],
        "total": 0,
        "pageSize": 0,
        "currentPage": 0
    }
}
Previous
Upload Plugin
Next
Update Environment Fingerprint
Built with