import Kernel from '@onkernel/sdk';
const client = new Kernel({
apiKey: process.env['KERNEL_API_KEY'], // This is the default and can be omitted
});
const extensions = await client.extensions.list();
console.log(extensions);[
{
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"size_bytes": 123,
"name": "<string>",
"last_used_at": "2023-11-07T05:31:56Z"
}
]List extensions owned by the caller’s organization.
import Kernel from '@onkernel/sdk';
const client = new Kernel({
apiKey: process.env['KERNEL_API_KEY'], // This is the default and can be omitted
});
const extensions = await client.extensions.list();
console.log(extensions);[
{
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"size_bytes": 123,
"name": "<string>",
"last_used_at": "2023-11-07T05:31:56Z"
}
]Documentation Index
Fetch the complete documentation index at: https://tbd-6fc993ce-hypeship-document-pool-profile-update-behavior.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
List of extensions
Unique identifier for the extension
Timestamp when the extension was created
Size of the extension archive in bytes
Optional, easier-to-reference name for the extension. Must be unique within the organization.
Timestamp when the extension was last used