Skip to main content
GET
List Components

Query Parameters

number
default:"10"
Items per page
string
Cursor for pagination (from previous response)
string
Filter by component type: view or layout
Search term for name
string
Semantic search query
boolean
default:"false"
Include component assets inline in the response

Response

Component[]
Array of component objects
object

Example Response

Response with Assets

When includeAssets=true:
When includeAssets=true, only the first 100 assets per component are included.

Code Examples