Get Task by ID
GET {{url}}/{{tenantName}}/{{instanceName}}/tasks/{{task_id}}
Example overview
Get complete information about one task by ID
HTTP Request
Method: GET
Endpoint: {url}/{tenantName}/{instanceName}/tasks/{taskId}
in our example it would be: https://api.live.welkincloud.io/gh/sb-demo/tasks/28b38060-db66-4183-bcaa-34751308573a
Responses
| Code | Description |
|---|---|
| 200 | OK |
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not Found |