List images

Returns a paginated list of images. An image can be one of two types:

  • Public image. The id for these images begins with linode/. These images are generally available to all users. To limit the response to public images, don't include authentication when calling this operation.

  • Private image. The id for these images begins with private/. These images are account-specific and only accessible to users with appropriate permissions. To view private images, you need to include authentication when calling this operation. The response includes both private and public images.

  • Shared image. The id for these images begins with shared/. These are the images that are shared with the user.

Permissions and scopes

To call this operation, you need the following:

  • Identity and access permissions. Your user needs a role with these permissions assigned. Learn more.

    • Permissions: Public images are Internet facing and private images require the view_image permission
  • OAuth scopes. Your user needs these scopes assigned. Learn more.

    • Scopes: images:read_only

CLI

linode-cli images list

Learn more

Path Params
string
enum
required

Enum Call either the v4 URL, or v4beta for operations still in Beta.

Allowed:
Query Params
integer
≥ 1
Defaults to 1

The page of a collection to return.

integer
25 to 500
Defaults to 100

The number of items to return per page.

Responses

Language
Credentials
LoadingLoading…
Response
Choose an example:
application/json