MCPcopy Index your code
hub / github.com/CommonstackAI/UncommonRoute / fetchTraceDetail

Function fetchTraceDetail

frontend/dashboard/src/api.ts:483–484  ·  view source on GitHub ↗
(requestId: string)

Source from the content-addressed store, hash-verified

481 get<TraceListResponse>(`/v1/traces?limit=${limit}${errorsOnly ? "&errors_only=1" : ""}`);
482
483export const fetchTraceDetail = (requestId: string) =>
484 get<TraceRecord>(`/v1/traces/${encodeURIComponent(requestId)}`);
485
486export async function submitFeedback(
487 requestId: string,

Callers 1

ExplainerFunction · 0.90

Calls 1

getFunction · 0.85

Tested by

no test coverage detected