List the org's connected integrations
GET/v1/integrations
List the integrations your organization has actually connected.
Filter by type and by active_only, which defaults to true. The filter
token is matched against both the integration type and its category, so
type=llm (a category) and type=openai (a type) both resolve rather than
silently returning nothing.
Each entry returns the id, type, name, category and default/active flags —
never a credential. Use the returned id to wire an integration into a
workflow node or an analytics data source. Requires the integrations:read
scope.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 429
Successful Response
Error
Error
Error
Error
Validation Error
Error