MCPcopy Index your code
hub / github.com/simstudioai/sim / invalidOutboxQueryResponse

Function invalidOutboxQueryResponse

apps/sim/app/api/v1/admin/outbox/route.ts:16–17  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

14export const dynamic = 'force-dynamic'
15
16const invalidOutboxQueryResponse = (message: string) =>
17 NextResponse.json({ success: false, error: message }, { status: 400 })
18
19/**
20 * GET /api/v1/admin/outbox?status=dead_letter&eventType=...&limit=100

Callers 1

route.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected