MCPcopy Index your code
hub / github.com/triggerdotdev/trigger.dev / retrieveRun

Function retrieveRun

packages/trigger-sdk/src/v3/runs.ts:46–54  ·  view source on GitHub ↗
(runId: string)

Source from the content-addressed store, hash-verified

44}
45
46function retrieveRun(runId: string): ApiPromise<RetrieveRunResult> {
47 const apiClient = apiClientManager.client;
48
49 if (!apiClient) {
50 throw apiClientMissingError();
51 }
52
53 return apiClient.retrieveRun(runId);
54}
55
56function replayRun(runId: string): ApiPromise<ReplayRunResponse> {
57 const apiClient = apiClientManager.client;

Callers

nothing calls this directly

Calls 2

apiClientMissingErrorFunction · 0.90
retrieveRunMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…