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",
  "inference_profiles": {},
  "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

credential_type
enum<string>
default:key_secret
Available options:
assumed_role,
key_secret
region
string
default:us-west-2
inference_profiles
Inference Profiles · object

Mapping from model name (Foundation model ID) to inference profile ARN or ID

id
string<uuid4> | null
name
string
default:aws_bedrock
Allowed value: "aws_bedrock"
extra
Extra · object