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

Method list

integrations/replicate/src/collections.ts:26–36  ·  view source on GitHub ↗

Fetch a list of model collections.

(key: IntegrationTaskKey)

Source from the content-addressed store, hash-verified

24
25 /** Fetch a list of model collections. */
26 list(key: IntegrationTaskKey): ReplicateReturnType<Page<Collection>> {
27 return this.runTask(
28 key,
29 (client) => {
30 return client.collections.list();
31 },
32 {
33 name: "List Collections",
34 }
35 );
36 }
37}

Callers

nothing calls this directly

Calls 1

runTaskMethod · 0.45

Tested by

no test coverage detected