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. A universally unique identifier (base64-encoded opaque string).
"RW50aXR5OjEyMzQ1"
Response
An integration object.
- Option 1
- Option 2
An LLM integration (type=LLM).
The unique identifier for the integration.
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.
Unique identifier of the user who created the integration.
Config for an OpenAI LLM integration.
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7