Skip to main content
GET
/
connectors
/
plugins
/
{connector}
/
types
List the plugin sub-types
import requests

url = "https://{FUSION HOST}/api/connectors/plugins/{connector}/types"

response = requests.get(url)

print(response.text)
[
  "lucidworks.web-v2"
]

Documentation Index

Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

connector
string
required

The connector ID.

Response

200 - application/json

OK