Task Log Object
Field Name
Data Type
Description
Example
{
"id": "TLR-1930-6351-9137-5141",
"revision": 1,
"task": {
"id": "TSK-5498-1544-6054-5440",
"name": "Transferring the buyer to a different account",
"revision": 1,
"status": "Completed",
"code": "accounts.buyers.transfer"
},
"progress": 0,
"eta": "2025-09-12 13:40:13.515Z",
"severity": "Info",
"message": "Starting buyer '{{BuyerId}}' transfer to '{{TargetAccountId}}'.",
"timestamp": "2025-09-11T13:40:13.515Z",
"parameters": {
"BuyerId": "BUY-4230-6788",
"TargetAccountId": "ACC-4952-6625"
}
}{
"id": "TLR-1930-6351-9137-5141",
"revision": 1,
"task": {
"id": "TSK-5498-1544-6054-5440",
"name": "Transferring the buyer to a different account",
"revision": 1,
"status": "Completed",
"code": "accounts.buyers.transfer"
},
"progress": 0,
"eta": "2025-09-12 13:40:13.515Z",
"severity": "Info",
"message": "Starting buyer '{{BuyerId}}' transfer to '{{TargetAccountId}}'.",
"timestamp": "2025-09-11T13:40:13.515Z",
"parameters": {
"BuyerId": "BUY-4230-6788",
"TargetAccountId": "ACC-4952-6625"
},
"audit": {
"created": {
"at": "2025-09-11T13:40:13.655Z",
"by": {
"id": "SVC-0001",
"name": "platform",
"revision": 1
}
}
}
}Last updated
Was this helpful?