OptionalheadersAdditional response headers.
OptionalpipelineIdentity and metadata for the hooks pipeline when the server exposes
rawRoute(...). metadata feeds metadata-driven hooks such as rate
limiting and idempotency; name and path identify the route to
hooks, instrumentation, and devtools.
Name of the schedule this route triggers. Unknown names throw when the route module loads so misconfigured routes fail at build or boot time.
Registered schedules, usually the schedules array from
server/schedules.ts.
OptionalsecretShared secret expected in the Authorization: Bearer <secret> header.
Missing secrets fail closed with a 500 response so deployments do not accidentally expose an unauthenticated trigger route.
Beignet server that owns app context and ports.
Any object exposing createRequestContext works: a NextServer, a core
ServerInstance, or a test fake driven from a standard test runner.
OptionalsourceRun source label recorded on run metadata and devtools events.
Options for creating a serverless-safe schedule trigger route.