Skip to main content
GET
/
connectors
/
status
Get the status of the service
import requests

url = "http://api/connectors/connectors/status"

response = requests.get(url)

print(response.text)
[
  "<any>"
]

Response

200 - application/json

successful operation

The response is of type any[].