Get thread information

get/system/processes/{processId}/threads/{threadId}

Get information about the specified thread.

Request Samples

1

Response Samples

1{
2 "value": {
3 "$ref": "#/components/examples/Thread"
4 }
5}

Path Parameters

NameTypeRequiredDescription
processId
integer
true

PID of process.

threadId
integer
true

Thread identifier.

Responses

StatusMeaningDescription
200OK

OK

Schema
404Not Found

The thread or process no longer exists.

Schema