全部產品
Search
文件中心

DataWorks:ListDataServiceApiTest - 列出資料服務API測試記錄

更新時間:Mar 21, 2026

列出資料服務API測試記錄,只能查詢最近一個月資料。

調試

您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。

調試

授權資訊

當前API暫無授權資訊透出。

請求參數

名稱

類型

必填

描述

樣本值

ApiId

integer

測試 API Id

12345

PageSize

integer

分頁大小,最大 100

10

返回參數

名稱

類型

描述

樣本值

object

返回訊息

RequestId

string

請求 Id

ESDAFWEA

Data

array<object>

資料列表

object

資料對象

TestId

integer

測試 Id

123

ApiId

integer

測試 API Id

2343

ParamMap

string

測試 API 請求參數

{"name":"test"}

RetCode

integer

測試 API 返回 code,如果未完成,該資料為空白

0

RetResult

string

返回資料

{"id":2}

CostTime

integer

API 請求花費的時間

10

Status

string

任務是否已經完成,包含:RUNNING,FINISHED

FINISHED

CreateTime

integer

任務建立時間

1651824913000

樣本

正常返回樣本

JSON格式

{
  "RequestId": "ESDAFWEA",
  "Data": [
    {
      "TestId": 123,
      "ApiId": 2343,
      "ParamMap": "{\"name\":\"test\"}",
      "RetCode": 0,
      "RetResult": "{\"id\":2}",
      "CostTime": 10,
      "Status": "FINISHED",
      "CreateTime": 1651824913000
    }
  ]
}

錯誤碼

HTTP status code

錯誤碼

錯誤資訊

描述

500 InternalError.System An internal system error occurred. Try again later.
500 InternalError.UserId.Missing An internal system error occurred. Try again later.
403 Forbidden.Access Access is forbidden. Please first activate DataWorks Enterprise Edition or Flagship Edition. 沒有許可權,請授權
429 Throttling.Api The request for this resource has exceeded your available limit.
429 Throttling.System The DataWorks system is busy. Try again later.
429 Throttling.User Your request is too frequent. Try again later.

訪問錯誤中心查看更多錯誤碼。

變更歷史

更多資訊,參考變更詳情