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

Method list

integrations/replicate/src/predictions.ts:90–100  ·  view source on GitHub ↗

List all predictions.

(key: IntegrationTaskKey)

Source from the content-addressed store, hash-verified

88
89 /** List all predictions. */
90 list(key: IntegrationTaskKey): ReplicateReturnType<Page<Prediction>> {
91 return this.runTask(
92 key,
93 (client) => {
94 return client.predictions.list();
95 },
96 {
97 name: "List Predictions",
98 }
99 );
100 }
101}

Callers

nothing calls this directly

Calls 1

runTaskMethod · 0.45

Tested by

no test coverage detected