GET /images

linode.com

Summary: Images List
Operation ID: getImages
Auth: unknown
Description

Returns a paginated list of Images. * **Public** Images have IDs that begin with "linode/". These distribution images are generally available to all users. * **Private** Images have IDs that begin with "private/". These Images are Account-specific and only accessible to Users with appropriate [Grants](/docs/api/account/#users-grants-view). * To view only public Images, call this endpoint with or without authentication. To view private Images as well, call this endpoint with authentication.

Parameters (2)

page (integer, query, optional, default: 1)

The page of a collection to return.

Constraints: {'minimum': 1}

page_size (integer, query, optional, default: 100)

The number of items to return per page.

Constraints: {'minimum': 25, 'maximum': 500}

No probe data for this endpoint yet.