Scheduler API
Auto-generated from
openapi-snapshot.json. Do not edit by hand — changes are overwritten byscripts/docs/generate_api_reference.py.
1 endpoints in this group.
POST /api/scheduler/test-10min
Schedule a SendGrid test email for 10 minutes from now
Validates the briefing scheduler + SendGrid pipeline. Enqueues an ARQ job (P1-10) deferred by 10 minutes. Returns immediately with the UTC fire time and the ARQ job id. Falls back to an in-process BackgroundTasks timer if Redis is unreachable.
Request body: application/json
Responses
| Code | Description |
|---|---|
200 | Successful Response |
422 | Validation Error |