Skip to main content
GET
Search Studio navigation by component name or element key.

Authorizations

Authorization
string
header
required

Bearer JWT token or API Key (sk-*).

Query Parameters

q
string

Literal substring of a component name or element key.

Maximum string length: 120
type
enum<string>

Restrict results to one component type.

Available options:
CODE_JS_LIB,
CODE_TS_LIB,
CODE_JS,
CODE_TS,
JSON_VALIDATOR,
CUSTOM_NODEJS
skip
number
default:0
Required range: x >= 0
take
number
default:50
Required range: 1 <= x <= 100

Response

200 - application/json

Components matching a name or element key.

data
object[]
required
next
boolean
required
Last modified on September 27, 2026