Skip to main content
GET
List Images

Headers

Authorization
string
required

Bearer authentication format, e.g.: Bearer {{API_KEY}}.

Query Parameters

type
enum<string>

Filter by image type. Allowed values: base, community, private. Use an empty string to skip filtering.

Available options:
base,
community,
private
name
string

Filter by image name. String, length: 0-255 characters.

limit
integer

Maximum number of items to return. Integer, value >= 0.

cursor
string

Cursor returned by the previous page. Leave empty for the first request. String, length: 0-1024 characters.

Response

200 - application/json

OK

data
object[]

Image list

next_cursor
string

Cursor for the next page. Empty string when there is no more data

Example:

"eyJpZCI6Im5leHQtcGFnZSJ9"

has_more
boolean

Whether more data is available

Example:

true

Last modified on June 23, 2026