List Extensions
Extensions
List Extensions
List all uploaded browser extensions owned by the caller.
GET
List Extensions
Overview
Returns every Chrome extension the authenticated account has uploaded. Use the returnedids in extensions when creating a session via POST /browser/sessions.
Example Request
Response
Success Response (200)
Array of extension records. Each entry has
id, name, manifest, createdAt, updatedAt.Error Responses
| Status | Description |
|---|---|
401 | Unauthorized — invalid or missing API key. |