> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nexusproject.pro/llms.txt
> Use this file to discover all available pages before exploring further.

# Recent Switches

> Últimos context switches ejecutados.

<ParamField query="limit" type="integer" default="10">
  Número máximo de resultados.
</ParamField>

<ResponseExample>
  ```json 200 theme={null}
  [
    {
      "id": "abc-123",
      "project_name": "SaaS Platform",
      "environment": "development",
      "message": "Context switch completado exitosamente",
      "success": true,
      "duration_ms": 1240,
      "created_at": "2026-04-04T05:15:29"
    }
  ]
  ```
</ResponseExample>
