Get an integration configuration

Get integration configuration with the specified ID. (Excludes persistent store and flag import configurations.)

Authentication

Authorizationstring
API Key authentication via header

Path parameters

integrationConfigurationIdstringRequiredformat: "string"
Integration configuration ID

Response

Integration Configuration response
_idstring
The unique identifier for this integration configuration
namestring

A human-friendly name for the integration

_createdAtlong
The time the integration configuration was created
_integrationKeystring
The type of integration
tagslist of strings
An array of tags for this integration
enabledboolean
Whether the integration is currently active
_accessobject
Details on the allowed and denied actions for this integration configuration
configValuesmap from strings to any

Details on configuration for an integration of this type. Refer to the formVariables field in the corresponding manifest.json for a full list of fields for each integration.

capabilityConfigobject
The capability configuration for the integration
snowflakeSetupScriptstring

Consolidated SQL script for Snowflake Warehouse Native Experimentation setup. Present only for snowflake-experimentation integrations.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error