{
    "name": "get-plugin-detail",
    "description": "按 app_key 查询插件详情、secret 和 webhook 回调地址",
    "createdAt": "2026-05-09T14:44:09.826Z",
    "variables": [
        {
            "name": "app_key",
            "description": "插件标识",
            "type": "input",
            "required": true
        },
        {
            "name": "name",
            "description": "插件名称",
            "type": "output",
            "sourceStepIndex": 0,
            "sourcePath": "data.description_info.name"
        },
        {
            "name": "short_description",
            "description": "插件简述",
            "type": "output",
            "sourceStepIndex": 0,
            "sourcePath": "data.description_info.short"
        },
        {
            "name": "product_key",
            "description": "插件产品标识",
            "type": "output",
            "sourceStepIndex": 0,
            "sourcePath": "data.description_info.product_key"
        },
        {
            "name": "description_text",
            "description": "插件正文描述文本",
            "type": "output",
            "sourceStepIndex": 0,
            "sourcePath": "data.description_info.description.doc_text"
        },
        {
            "name": "app_type",
            "description": "插件类型标识",
            "type": "output",
            "sourceStepIndex": 0,
            "sourcePath": "data.flag.app_type"
        },
        {
            "name": "app_scene_type",
            "description": "插件场景类型标识",
            "type": "output",
            "sourceStepIndex": 0,
            "sourcePath": "data.flag.app_scene_type"
        },
        {
            "name": "app_install_type",
            "description": "插件安装类型标识",
            "type": "output",
            "sourceStepIndex": 0,
            "sourcePath": "data.flag.app_install_type"
        },
        {
            "name": "app_official_type",
            "description": "插件官方类型标识",
            "type": "output",
            "sourceStepIndex": 0,
            "sourcePath": "data.flag.app_official_type"
        },
        {
            "name": "app_secret",
            "description": "插件 secret",
            "type": "output",
            "sourceStepIndex": 1,
            "sourcePath": "data.app_secret"
        },
        {
            "name": "webhook_callback_url",
            "description": "webhook 回调地址",
            "type": "output",
            "sourceStepIndex": 2,
            "sourcePath": "data.0.point_config.0.url"
        },
        {
            "name": "webhook_token",
            "description": "webhook token",
            "type": "output",
            "sourceStepIndex": 2,
            "sourcePath": "data.0.point_config.0.token"
        }
    ],
    "steps": [
        {
            "method": "GET",
            "pathTemplate": "/goapi/v5/app/development/overview/info?app_key=${app_key}",
            "responseSummary": "查询插件概览详情"
        },
        {
            "method": "GET",
            "pathTemplate": "/goapi/v5/app/development/v1/certificate/info?app_key=${app_key}",
            "responseSummary": "查询插件 secret"
        },
        {
            "method": "GET",
            "pathTemplate": "/bff/app/development/v1/integrate_point/info?app_key=${app_key}&data_status=draft",
            "responseSummary": "查询 webhook 回调地址",
            "headers": {
                "x-lark-gw": "1"
            }
        }
    ],
    "source": "local"
}
