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

List all third-party integrations enabled on a space

Returns a paginated list of integrations that are currently installed and enabled on the space. Use the query parameter to filter by integration name. Use this to check which integrations are active before interacting with integration-specific features or blocks.

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_-]+$
Query parameters
searchstringOptional

A search string to filter integrations by name

Responses
200

Listing of integrations enabled in the space.

application/json
countnumberOptional

Total count of objects in the list

get/spaces/{spaceId}/integrations
200

Listing of integrations enabled in the space.

Last updated

Was this helpful?

Powered by GitBook