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

Method replayRun

packages/core/src/v3/apiClient/index.ts:229–239  ·  view source on GitHub ↗
(runId: string)

Source from the content-addressed store, hash-verified

227 }
228
229 replayRun(runId: string) {
230 return zodfetch(
231 ReplayRunResponse,
232 `${this.baseUrl}/api/v1/runs/${runId}/replay`,
233 {
234 method: "POST",
235 headers: this.#getHeaders(false),
236 },
237 zodFetchOptions
238 );
239 }
240
241 cancelRun(runId: string) {
242 return zodfetch(

Callers 1

replayRunFunction · 0.80

Calls 2

#getHeadersMethod · 0.95
zodfetchFunction · 0.90

Tested by

no test coverage detected