Skip to main content
GET
/
api
/
v1
/
integrations
/
all
Get All Resources
curl --request GET \
  --url https://api.example.com/api/v1/integrations/all
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Query Parameters

resource_type
enum<string> | null

Filter by resource type

Available options:
integration,
model,
vector_store

Response

Successful Response