## List Kernels **get** `/v2/droplets/{droplet_id}/kernels` To retrieve a list of all kernels available to a Droplet, send a GET request to `/v2/droplets/$DROPLET_ID/kernels` The response will be a JSON object that has a key called `kernels`. This will be set to an array of `kernel` objects, each of which contain the standard `kernel` attributes. ### Returns - **meta:** `MetaProperties` Information about the response itself. - **kernels:** `array of Kernel` - **links:** `PageLinks`