Tool to get a specific Botpress integration by name and version. Use this to retrieve detailed information about an integration including its configuration, actions, events, channels, and metadata. Supports retrieving specific versions or the latest version.
nameRequiredstringIntegration name. Format: 'namespace/integration-name' (e.g., 'composio-test/my-integration'). The namespace is typically the workspace or user handle.
versionRequiredstringIntegration version. Can be a semver version (e.g., '1.0.0'), a semver version range (e.g., '^1.0.0'), or the string 'latest' to get the most recent version.
x-workspace-idRequiredstringWorkspace ID to use for the request. Required for authentication. Format: 'wkspace_' followed by alphanumeric characters.
x-multiple-integrationsstringWhether the client supports bots with multiple instances of the same integration. Set to 'true' to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.