Get extension metadata

Get an extension's metadata (name, size, timestamps) by ID or name, without downloading the archive.

GET/extensions/{id_or_name}/metadata

Get an extension's metadata (name, size, timestamps) by ID or name, without downloading the archive.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id_or_name*string

Extension ID or name

Response

application/json

Extension metadata

A browser extension uploaded to Kernel.

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