app/read 请求的 HTTP 映射接口。Authorization: Bearer ********************{
"appIds": [
"example"
],
"includeTools": false,
"threadId": "thread_123"
}curl --location '/v1/yousure/app/read' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"appIds": [
"example"
],
"includeTools": false,
"threadId": "thread_123"
}'{
"result": {
"apps": [
{
"id": "example_id",
"name": "example",
"description": "example",
"distributionChannel": "example",
"iconUrl": "https://example.com",
"iconUrlDark": "https://example.com",
"installUrl": "https://example.com",
"pluginDisplayNames": [],
"toolSummaries": [
{
"description": "example",
"name": "example",
"disabledReason": "example",
"isEnabled": true,
"isReadOnly": false,
"title": "example"
}
]
}
],
"missingAppIds": [
"example"
]
}
}