MCPcopy Index your code
hub / github.com/simstudioai/sim / route.ts

File route.ts

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

Source from the content-addressed store, hash-verified

1import { type NextRequest, NextResponse } from 'next/server'
2import { pausedWorkflowExecutionsContract } from '@/lib/api/contracts/workflows'
3import { parseRequest } from '@/lib/api/server'
4import { withRouteHandler } from '@/lib/core/utils/with-route-handler'

Callers

nothing calls this directly

Calls 4

withRouteHandlerFunction · 0.90
parseRequestFunction · 0.90
validateWorkflowAccessFunction · 0.90
listPausedExecutionsMethod · 0.80

Tested by

no test coverage detected