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

Method getPayloadUrl

packages/core/src/v3/apiClient/index.ts:155–165  ·  view source on GitHub ↗
(filename: string)

Source from the content-addressed store, hash-verified

153 }
154
155 getPayloadUrl(filename: string) {
156 return zodfetch(
157 CreateUploadPayloadUrlResponseBody,
158 `${this.baseUrl}/api/v1/packets/${filename}`,
159 {
160 method: "GET",
161 headers: this.#getHeaders(false),
162 },
163 zodFetchOptions
164 );
165 }
166
167 retrieveRun(runId: string) {
168 return zodfetch(

Callers 1

importPacketFunction · 0.80

Calls 2

#getHeadersMethod · 0.95
zodfetchFunction · 0.90

Tested by

no test coverage detected