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

List all public integrations along with private ones trusted by the specific org.

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired

A unique entity identifier

Pattern: ^[a-zA-Z0-9_-]+$
Query parameters
pagestringOptional

Identifier of the page results to fetch.

limitnumber · max: 1000Optional

The number of results per page

searchstringOptional

A search string to filter integrations by name

categorystring · enumOptional

Filter the integrations by category

Possible values:
blockDomainstring · max: 100Optional

Filter the integrations by block's domains

Pattern: ^[a-zA-Z0-9-_.]+$
blocksbooleanOptional

If true, returns only integrations with blocks. If false, returns only integrations without blocks.

contentSourcesbooleanOptional

If true, returns only integrations with contentSources. If false, returns only integrations without contentSources.

ownerstringOptional

If defined, only list integrations owned by the given organization.

scopestring · enumOptional

Filter the integrations by scope

Possible values:
targetstring · enumOptional

The target on which the integration can operate and needs to be configured for

Possible values:
Responses
200

List of integrations.

application/json
countnumberOptional

Total count of objects in the list

get/orgs/{organizationId}/integrations
200

List of integrations.

Last updated

Was this helpful?

Powered by GitBook