For the complete documentation index, see llms.txt. This page is also available as Markdown.

List all custom content blocks provided by integrations in a space

Returns all custom block types contributed by integrations installed on the space. Integration blocks are custom content elements (e.g. embedded widgets, code runners) that integrations register for use in pages. Use this to discover what custom block types are available in a given space.

Available in MCP
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
spaceIdstringRequired

A unique entity identifier

Pattern: ^[a-zA-Z0-9_-]+$
Responses
200

list of installed integration blocks

application/json
namestringRequired

Unique named identifier for the integration

get/spaces/{spaceId}/integration-blocks

Last updated

Was this helpful?

Powered by GitBook