Skip to main content
GET
List Component Assets

Path Parameters

organizationId
string
required
Organization ID
projectId
string
required
Project ID
componentId
string
required
Component ID

Query Parameters

limit
number
default:"20"
Items per page
lastKey
string
Cursor for pagination (from previous response)
type
string
Filter by MIME type (e.g., image/png)
Search term for asset name
tags
string[]
Filter by tags

Response

data
Asset[]
Array of asset objects
pagination
object
Pagination information

Example Response

Code Examples