Get connector history
Retrieve status history for a connector in chronological order, oldest first. Entries with the same run_id belong to one connector run. UUIDv7 run_id values sort by time.
curl -X GET "https://loading/api/v1/connector/history/string"[
{
"id": "string",
"run_id": "string",
"connector_id": "string",
"status": {
"state": {
"start": {}
},
"status": {
"start": {}
}
},
"created_at": "string",
"component": "Connector"
}
]Empty