Skip to main content
GET
/
connectors
/
history
/
{id}
Return the history of that datasource
import requests

url = "http://api/connectors/connectors/history/{id}"

response = requests.get(url)

print(response.text)
[
  {}
]

Path Parameters

id
string
required

The datasource name

Query Parameters

cumulative
boolean

Whether to return return a cumulative summary of the datasource runs or not

Response

200 - application/json

successful operation

{key}
object