Get Task Details
Get Tech Support Task details.
Request
URI
GET
https://{api_host}/tca/techsupport/api/v1/jobs/{jobId}
COPY
Path Parameters
string
taskId
Required
taskId
Responses
200
Get task
Returns TroubleshootingAsyncTask of type(s) application/json
{
"state": "string",
"response": {
"fileName": "string"
}
}
string
state
Optional
The state of the async task. The value is one of - 'NOT_STARTED', 'STARTED', 'RUNNING', 'COMPLETED', 'FAILED'.
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
500
Returns InternalServerError of type(s) application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}