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

CodeDescription
200OK
401Unauthorized
403Forbidden
404Not Found