Skip to main content
GET
List media library items (paginated).

Authorizations

x-api-key
string
header
required

Your workspace API key. It both authenticates the caller and selects the workspace.

Query Parameters

q
string

Filter items whose name contains this string (case-insensitive LIKE match).

per_page
integer

Items per page. Default 25, max 100. Alias: limit.

page
integer

Page number to retrieve.

Response

A paginated list.

A paginated collection. per_page defaults to 25 and is capped at 100.

data
object[]
meta
object