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

Query Parameters

category
string | null

Filter by category (communication, productivity, crm, etc.)

status
string | null
default:active

Filter by status (active, beta, deprecated, maintenance)

tags
string | null

Filter by tags (comma-separated)

type
string | null
default:all

Filter by type (integration, model, vector_store)

Response

Successful Response