Skip to main content
GET
List Assets
Returns assets for the current team, sorted by most recently created. Supports Stripe-style pagination and optional source filtering.

Authentication

string
Bearer token. Bearer <supabase-jwt>.

Query Parameters

string
Filter by asset source. One of "upload", "ai_generated", or "export".
integer
default:"15"
Number of records to return. Maximum 100.
string
Return items after this asset ID.
string
Return items before this asset ID.