Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
GET /v1/cron — List all scheduled cron jobs.
curl https://api.usenaive.ai/v1/cron \ -H "Authorization: Bearer nv_sk_live_..."
{ "cron_jobs": [ { "id": "cron-abc-123", "name": "Morning Email Check", "schedule": "0 9 * * *", "prompt": "Check email and respond to urgent messages", "status": "active", "last_run": "2026-01-15T09:00:00Z", "next_run": "2026-01-16T09:00:00Z" } ], "count": 1 }
limit