Get Task Logs
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /public/v1/system/tasks/{id}/logs HTTP/1.1
Host: api.s1.show
Accept: */*
{
"$meta": {
"pagination": {
"offset": 0,
"limit": 10,
"total": 5
},
"omitted": [
"audit"
]
},
"data": [
{
"id": "TLR-5992-0640-3485-0535",
"revision": 1,
"task": {
"id": "TSK-5276-2474-4798-1266",
"name": "Transferring the buyer to a different account",
"revision": 1,
"status": "Completed",
"code": "accounts.buyers.transfer"
},
"severity": "Info",
"message": "Applying changes to database and external systems.",
"timestamp": "2025-09-04T09:03:20.103+00:00",
"progress": 90
}
]
}