Skip to main content
GET
Get a component

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

componentId
string
required

The ID of the component.

Response

Successful.

id
string
required

The ID of the component.

name
string
required

The name of the component.

lmx
string
required

The component body serialized as LMX.

Last modified on July 20, 2026