List Tasks
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /public/v1/system/tasks HTTP/1.1
Host: api.s1.show
Accept: */*
{
"$meta": {
"pagination": {
"offset": 0,
"limit": 2,
"total": 115
},
"omitted": [
"audit",
"access"
]
},
"data": [
{
"id": "TSK-5498-1544-6054-5440",
"name": "Transferring the buyer to a different account",
"revision": 1,
"status": "Completed",
"code": "accounts.buyers.transfer",
"queue": "marketplace/platform/internal/buyers/commands",
"object": {
"id": "BUY-4230-6788"
},
"description": "Transferring buyer 'BUY-4230-6788' to account 'ACC-4952-6625'",
"progress": 100,
"owner": {
"id": "SVC-0001",
"name": "platform"
},
"result": "/public/v1/accounts/buyers/BUY-4230-6788"
}
]
}