Get an integration
Get a specific integration by its ID.
Authorizations
Most Arize AI endpoints require authentication. For those endpoints that require authentication, include your API key in the request header using the format
Path Parameters
The unique integration identifier (base64 global ID). A universally unique identifier (base64-encoded opaque string).
"RW50aXR5OjEyMzQ1"
Response
An integration object.
A polymorphic integration resource. The type field selects the config shape; for llm, config.provider selects the per-provider config.
The integration ID (base64 global ID).
Discriminator identifying an LLM integration.
llm The integration name. Unique per (account, type).
Visibility scoping rules. Account-wide when empty.
When the integration was created.
When the integration was last updated.
Global ID of the user who created the integration.
Per-provider LLM config, discriminated by provider.