Query Parameters
Filter by resource type
Available options:
integration, model, vector_store Response
Successful Response
The response is of type any.
Get all available resources (integrations, models, vector stores).
This endpoint returns everything in one response. Optionally filter by resource type.
Examples:
GET /integrations/all
GET /integrations/all?resource_type=model
GET /integrations/all?resource_type=vector_store
Response (all types):
{
"integrations": [...],
"models": [...],
"vector_stores": [...],
"summary": {
"total_integrations": 11,
"total_models": 33,
"total_vector_stores": 17
}
}
Filter by resource type
integration, model, vector_store Successful Response
The response is of type any.