MCPcopy
hub / github.com/simstudioai/sim / route.ts

File route.ts

apps/sim/app/api/workflows/[id]/status/route.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { createLogger } from '@sim/logger'
2import type { NextRequest } from 'next/server'
3import { getWorkflowStatusContract } from '@/lib/api/contracts/workflows'
4import { parseRequest } from '@/lib/api/server'

Callers

nothing calls this directly

Calls 10

createLoggerFunction · 0.90
withRouteHandlerFunction · 0.90
generateRequestIdFunction · 0.90
parseRequestFunction · 0.90
validateWorkflowAccessFunction · 0.90
createErrorResponseFunction · 0.90
checkNeedsRedeploymentFunction · 0.90
createSuccessResponseFunction · 0.90
errorMethod · 0.80
warnMethod · 0.65

Tested by

no test coverage detected