Get thread stack trace

get/system/processes/{processId}/threads/{threadId}/stack
Internal-Use Only

Get a stack trace the specified thread.

Request Samples

1

Response Samples

1[
2 "Thread Stack Trace 1",
3 "Thread Stack Trace 2"
4]

Path Parameters

NameTypeRequiredDescription
processId
integer
true

PID of process.

threadId
integer
true

Thread identifier.

Responses

StatusMeaningDescription
200OKOKSchema
404Not FoundThe thread or process no longer exists.Schema