Skip to main content
GET
/
v2
/
integrations
/
{name}
Get Integration
curl --request GET \
  --url https://api.galileo.ai/v2/integrations/{name} \
  --header 'Galileo-API-Key: <api-key>'
{
  "credential_type": "key_secret",
  "region": "us-west-2",
  "id": "<string>",
  "name": "aws_bedrock",
  "extra": {}
}

Authorizations

Galileo-API-Key
string
header
required

Path Parameters

name
enum<string>
required
Available options:
anthropic,
aws_bedrock,
aws_sagemaker,
azure,
custom,
databricks,
labelstudio,
mistral,
nvidia,
openai,
vegas_gateway,
vertex_ai,
writer

Response

Successful Response

  • AwsBedrockIntegration
  • AwsSageMakerIntegration
  • AzureIntegration
  • AnthropicIntegration
  • CustomIntegration
  • DatabricksIntegration
  • LabelStudioIntegration
  • MistralIntegration
  • NvidiaIntegration
  • OpenAIIntegration
  • VegasGatewayIntegration
  • VertexAIIntegration
  • WriterIntegration
credential_type
enum<string>
Available options:
assumed_role,
key_secret
region
string
default:us-west-2
id
string<uuid4> | null
name
string
default:aws_bedrock
Allowed value: "aws_bedrock"
extra
object | null
I