Skip to main content
curl https://api.usenaive.ai/v1/companies/:companyId/ceo/sessions?limit=20 \
  -H "Authorization: Bearer nv_sk_live_..."
{
  "sessions": [
    {
      "run_id": "run-abc-123",
      "prompt": "Launch a SaaS product with email outreach",
      "status": "completed",
      "started_at": "2026-01-15T10:00:00Z",
      "completed_at": "2026-01-15T10:15:00Z",
      "tasks_created": 5,
      "employees_hired": 2
    }
  ],
  "count": 15
}

Query Parameters

ParamTypeDefaultDescription
limitinteger20Maximum number of sessions to return

Response Fields

FieldTypeDescription
sessionsarrayList of CEO session objects
countintegerTotal number of sessions
Each session includes run_id, prompt, status, timestamps, and summary counts of work performed.