Skip to main content
GET
List media library items

Authorizations

Authorization
string
header
required

Bearer authentication. Pass the access token in the Authorization: Bearer <token> header.

Query Parameters

user_id
string<uuid> | null

Media library owner ID

Response

Successful Response

cdn_path
string
required

CDN access URL

created_at
string<date-time>
required
file_size
integer
required

File size (bytes)

filename
string
required

File name

height
integer
required

Media height (px)

mime
string
required

MIME type

no
integer
required

Media library entry number

path
string
required

File path in storage

storage
string
required

Storage type (fs or aws)

updated_at
string<date-time>
required
user_id
string<uuid>
required

Media library owner ID

width
integer
required

Media width (px)

user_name
string | null

Name of the media library owner