List integrations
List integrations the user has access to. The response is polymorphic:
each item carries a type (and, for llm, config.provider) for
client-side discrimination. Use ?type= to filter to a single type.
Integrations are owned at the account level but carry visibility scopings
(account-wide, organization, or space). space_id / space_name filter
the list to integrations visible in a given space.
Authorizations
Most Arize AI endpoints require authentication. For those endpoints that require authentication, include your API key in the request header using the format
Query Parameters
Filter the list to a single integration type. Omit to list all types.
The integration category. Selects the shape of config. Currently only llm is implemented; additional types (agent, alerting, webhook) are added non-breakingly.
llm Filter search results to a particular space ID A universally unique identifier (base64-encoded opaque string).
"RW50aXR5OjEyMzQ1"
Case-insensitive substring filter on the space name. Narrows results to resources in spaces whose name contains the given string. If omitted, no space name filtering is applied and all resources are returned.
255Case-insensitive substring filter on the resource name. Returns only
resources whose name contains the given string. For example,
name=prod matches "production", "my-prod-dataset", etc. If omitted,
no name filtering is applied and all resources are returned.
255Maximum items to return
1 <= x <= 100Opaque pagination cursor returned from a previous response
(pagination.next_cursor). Treat it as an unreadable token; do not
attempt to parse or construct it.