List media in folder
Returns a paginated list of media items in the specified folder.
read:media— Access media files, images, videos, and other content assets.
Authorizations
OAuth 2.0 access token, presented as a JWT bearer token in the Authorization header. Obtain a token via the authorization-code flow; the scopes granted to the token determine which operations it may call.
Headers
API version to use for the request
"2025-06-26"
Path Parameters
Folder name (URL-encoded in path)
1 - 255Query Parameters
Page number to retrieve (starts from 1)
x >= 1Number of items to return per page (1-50, default: 15)
1 <= x <= 50image, video, audio, document Case-insensitive substring match on the media name.
Filter to media created on or after this ISO 8601 datetime (with optional timezone offset, e.g. 2024-10-20T00:00:00Z).
Filter to media created before this ISO 8601 datetime (non-inclusive, with optional timezone offset).
Comma-separated list of media variant types
The type of media variant
blurred, main, thumbnail, thumbnail_gallery Field to sort media by. Defaults to createdAt (media creation time).
createdAt, addedAt Sort direction. Defaults to desc.
asc, desc