List browser extensions

List extensions in the resolved project.

GET/extensions

List extensions in the resolved project.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

limit?integer

Limit the number of extensions to return.

Range1 <= value <= 100
Default20
offset?integer

Offset the number of extensions to return.

Range0 <= value
Default0
query?string

Case-insensitive substring match against extension name. IDs match by exact value.

name?string

Exact-match filter on extension name using the database collation. In production, matching is case- and accent-insensitive. During the default-project migration, unscoped requests prefer a concrete default-project extension over a legacy unscoped extension with the same name.

Response

application/json

List of extensions

[index: integer]?

A browser extension uploaded to Kernel.

curl -X GET "https://example.com/extensions"
[  {    "id": "string",    "name": "string",    "created_at": "2019-08-24T14:15:22Z",    "size_bytes": 0,    "checksum": "stringstringstringstringstringstringstringstringstringstringstri",    "last_used_at": "2019-08-24T14:15:22Z"  }]