latestOpenAPI 3.0.32026-08-185644172.3 KB

45caf50be25e

apm

Investigate an APM trace

Returns one APM trace with its profiler threads, linked issues, and a bounded set of issue-linked and slow calls. Each call reports why it was selected and whether its parent is present. Raw profiler arguments, variables, query text, and URL path values are not exposed.

get/applications/{application-identifier}/apm/traces/{trace-identifier}

Query parameters

maxCallsinteger

Maximum issue-linked and slow calls to return, ordered by total duration.

Response

OK

totalCallCountinteger required

The total number of calls in the trace before applying maxCalls.

callsTruncatedboolean required

Whether calls were omitted because the requested call limit was reached.

issuesTruncatedboolean required

Whether additional issue occurrences were omitted from this trace response.