Bot Insight タスクのログ データ

指定したタスク ログの詳細情報を取得する GET リクエストを行います。

リクエスト

GET http://{{localhost}}/v2/botinsight/data/api/gettasklogdata/Analytics_ATM
Reconciliation/0/2019-02-05
Header: X-Authorization <<authentication token>>
すべての API 呼び出しは、リクエスト ヘッダーに認証トークンを含める必要があります。「認証 API」でトークンを生成します。

レスポンス

{
"totalRecords": 1,
"taskLogDataList": [
{
"machineName": "WIN-4MBO81V7Q7T",
"runStatus": "InProgress",
"userId": 1,
"dateLogged": 1549330489334,
"variables": "{\"amount\":\"65898\",\"bank_name\":\"Bank of
America\",\"card_type\":\"jcb\",\"country_code\":\"United
States\",\"reason\":\"\",\"state_code\":\"Missouri\",\"status\":\"Matched\",\"transaction_date\":\"
Withdrawal\",\"transaction_type\":\"1499817600000\",\"zip_code\":\"10\" }"
},
{
"totalRecords": 1,
"taskLogDataList": [
{
"machineName": "WIN-4MBO81V7Q7T",
"runStatus": "CompletedSuccessfully",
"userId": 1,
"dateLogged": 1549330489334,
"variables": "{\"amount\":\"65898\",\"bank_name\":\"Bank of
America\",\"card_type\":\"jcb\",\"country_code\":\"United
States\",\"reason\":\"\",\"state_code\":\"Missouri\",\"status\":\"Matched\",\"transaction_date\":\"
Withdrawal\",\"transaction_type\":\"1499817600000\",\"zip_code\":\"10\" }"
},
{
"totalRecords": 1,
"taskLogDataList": [
{
"machineName": "WIN-4MBO81V7Q7T",
"runStatus": "Aborted",
"userId": 1,
"dateLogged": 1549330489334,
"variables": "{\"amount\":\"65898\",\"bank_name\":\"Bank of
America\",\"card_type\":\"jcb\",\"country_code\":\"United
States\",\"reason\":\"\",\"state_code\":\"Missouri\",\"status\":\"Matched\",\"transaction_date\":\"
Withdrawal\",\"transaction_type\":\"1499817600000\",\"zip_code\":\"10\" }"
},
{
"totalRecords": 1,
"taskLogDataList": [
{
"machineName": "WIN-4MBO81V7Q7T",
"runStatus": "Failed",
"userId": 1,
"dateLogged": 1549330489334,
"variables": "{\"amount\":\"65898\",\"bank_name\":\"Bank of
America\",\"card_type\":\"jcb\",\"country_code\":\"United
States\",\"reason\":\"\",\"state_code\":\"Missouri\",\"status\":\"Matched\",\"transaction_date\":\"
Withdrawal\",\"transaction_type\":\"1499817600000\",\"zip_code\":\"10\" }"
},
{
"totalRecords": 1,
"taskLogDataList": [
{
"machineName": "WIN-4MBO81V7Q7T",
"runStatus": "TimedOut",
"userId": 1,
"dateLogged": 1549330489334,
"variables": "{\"amount\":\"65898\",\"bank_name\":\"Bank of
America\",\"card_type\":\"jcb\",\"country_code\":\"United
States\",\"reason\":\"\",\"state_code\":\"Missouri\",\"status\":\"Matched\",\"transaction_date\":\"
Withdrawal\",\"transaction_type\":\"1499817600000\",\"zip_code\":\"10\" }"
}