Skip to Content
Mux Docs: Home
Mux Logo
Docs
 
Log in
Sign Up

 

Contact Support
SupportLog inSign Up
 
← Back to Changelog

 

 
   

 

 

Sign up for our newsletter
XLinkedInGitHub

© 2025 Mux, Inc
Status:Loading...

Type

Product

← Back to Changelog

New cursor pagination added to list assets endpoint

Apr 29, 2025
  

The list asset API now supports cursor pagination. Look in the response of the first page of assets and you will find a next_cursor value. To retrieve the next page, request a list of assets with that cursor included as the cursor query parameter.

When paginating through very large lists of assets you will find that cursor pagination is faster and more reliable than page/limit pagination.

  • Cursor pagination guide
  • List assets reference docs