Skip to main content
GET
List Images

Cabeçalhos

Authorization
string
obrigatório

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

Parâmetros de consulta

type
enum<string>

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

Opções disponíveis:
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.

Resposta

200 - application/json

OK

data
object[]

Image list

next_cursor
string

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

Exemplo:

"eyJpZCI6Im5leHQtcGFnZSJ9"

has_more
boolean

Whether more data is available

Exemplo:

true

Última modificação em 10 de agosto de 2026