Get Import Config
Get the current import configuration.
Response Body
application/json
curl -X GET "http://127.0.0.1:14242/threads/import-config"{
"hidden_projects": [
"string"
],
"hidden_sessions": [
"string"
],
"auto_import_rules": [
{
"id": "string",
"type": "string",
"value": "string",
"enabled": true,
"created_at": 0
}
],
"watcher_enabled": false,
"show_hidden_by_default": false,
"dedup_window_seconds": 60,
"watched_platforms": [
"string"
],
"watched_projects": [
"string"
],
"cursor_poll_interval": 30
}