Skip to main content
GET
List Images

ヘッダー

Authorization
string
必須

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

クエリパラメータ

type
enum<string>

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

利用可能なオプション:
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.

レスポンス

200 - application/json

OK

data
object[]

Image list

next_cursor
string

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

:

"eyJpZCI6Im5leHQtcGFnZSJ9"

has_more
boolean

Whether more data is available

:

true

最終更新日 2026年8月10日