Skip to main content
GET
List Components

Query Parameters

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

Response

data
Component[]
Array of component objects
pagination
object

Example Response

Response with Assets

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

Code Examples