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

Function list

packages/trigger-sdk/src/v3/schedules/index.ts:130–140  ·  view source on GitHub ↗
(
  options?: SchedulesAPI.ListScheduleOptions
)

Source from the content-addressed store, hash-verified

128 * @returns The list of schedules
129 */
130export function list(
131 options?: SchedulesAPI.ListScheduleOptions
132): OffsetLimitPagePromise<typeof ScheduleObject> {
133 const apiClient = apiClientManager.client;
134
135 if (!apiClient) {
136 throw apiClientMissingError();
137 }
138
139 return apiClient.listSchedules(options);
140}

Callers

nothing calls this directly

Calls 2

apiClientMissingErrorFunction · 0.90
listSchedulesMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…