backlog v2 检索订单API报错

检索订单API前几天还是正常的,今天下午测试发现调用失败。
创建订单和修改订单正常。


请求: transact-pre.ti.com/.../orders

返回:
{
  "errors" : [
    {
      "errorCode" : "TI-SOR-50000",
      "type" : "ERROR",
      "message" : "System error occurred. Execution ID: execution-e1fc6234-8517-4002-b53a-2941f5cb6082-2023.10.18 . Contact TI API Support (https://api-portal.ti.com/support) with the execution ID."
    }
  ]
}