externalAgentConfig/import/readHistories 请求的 HTTP 映射接口。Authorization: Bearer ********************{}curl --location '/v1/yousure/externalAgentConfig/import/readHistories' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"result": {
"connectors": [
{
"name": "example",
"sessionCount": 1,
"source": "remoteMcpServersConfig"
}
],
"data": [
{
"completedAtMs": 1,
"failures": [
{
"failureStage": "example",
"itemType": "AGENTS_MD",
"message": "example",
"cwd": "/workspace/project",
"errorType": "example",
"source": "example",
"subErrorType": "example"
}
],
"importId": "example_id",
"successes": [
{
"itemType": "AGENTS_MD",
"cwd": "/workspace/project",
"source": "example",
"target": "example",
"title": null
}
],
"providerId": "example_id"
}
]
}
}