Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astercloud/aster
/ getTrace
Method
getTrace
studio/src/api/client.ts:93–95 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
91
}
92
93
async
getTrace(id: string): Promise<TraceDetail> {
94
return
this.fetch<TraceDetail>(`/dashboard/traces/${id}`);
95
}
96
97
// Metrics
98
async
getTokenUsage(opts: TokenQueryOpts = {}): Promise<TokenUsageStats> {
Callers
1
useTrace
Function · 0.45
Calls
1
fetch
Method · 0.95
Tested by
no test coverage detected