You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-site/src/content/docs/guides/web-dashboard.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ The GUI is a thin client over the proxy's JSON management API. Useful endpoints
137
137
|`GET /api/codex-auth/accounts?refresh=1`| List main and pool accounts, force quota refresh, and report main-account `hasCredential` / terminal `needsReauth` state. |
138
138
|`PUT /api/codex-auth/active` · `PUT /api/codex-auth/auto-switch` · `PUT /api/codex-auth/failover`| Select the account for the next request and configure pool routing. |
139
139
|`POST /api/codex-auth/login` · `GET /api/codex-auth/login-status`| Add a pool account through browser login. |
140
-
|`GET /api/logs?tail=50&provider=...&status=5xx`| Read recent request metadata with optional tail, provider, and exact/class status filters. |
140
+
|`GET /api/logs?tail=50&limit=20&offset=0&provider=...&status=5xx`| Read recent request metadata with optional tail, provider, and exact/class status filters. With `limit`/`offset`, paging walks backward from the newest row (`offset=0` returns the latest page). Response shape: `{ timeZone, total, logs }` where `total` is the filtered row count before pagination. |
141
141
|`GET` / `PUT /api/subagent-models`| Read or set the five featured `spawn_agent` override models. |
142
142
|`POST /api/stop`| Stop the proxy/service, restore native Codex, and exit. |
|`GET /api/logs?tail=50&provider=...&status=5xx`| tail, 프로바이더, 정확한 상태 코드 또는 상태 등급으로 최근 요청 메타데이터를 조회합니다. |
118
+
|`GET /api/logs?tail=50&limit=20&offset=0&provider=...&status=5xx`| tail, 프로바이더, 정확한 상태 코드 또는 상태 등급으로 최근 요청 메타데이터를 조회합니다. `limit`/`offset`은 최신 행에서 과거 방향으로 페이지네이션합니다(`offset=0`이 최신 페이지). 응답은 `{ timeZone, total, logs }`이며 `total`은 페이지네이션 전 필터 일치 건수입니다. |
119
119
|`GET` / `PUT /api/subagent-models`|`spawn_agent`에 우선 노출할 모델 5개를 읽거나 설정합니다. |
120
120
|`POST /api/stop`| 프록시/서비스를 멈추고 네이티브 Codex를 복원한 뒤 종료합니다. |
|`GET /api/codex-auth/accounts?refresh=1`| Список основного и пуловых аккаунтов с принудительным обновлением квот и состояниями `hasCredential` / terminal `needsReauth` основного аккаунта. |
120
120
|`PUT /api/codex-auth/active` · `PUT /api/codex-auth/auto-switch` · `PUT /api/codex-auth/failover`| Выбор аккаунта для следующего запроса и настройка маршрутизации пула. |
121
121
|`POST /api/codex-auth/login` · `GET /api/codex-auth/login-status`| Добавление аккаунта пула через вход в браузере. |
122
-
|`GET /api/logs?tail=50&provider=...&status=5xx`| Чтение метаданных недавних запросов с необязательными фильтрами tail, провайдера и точного/классового статуса. |
122
+
|`GET /api/logs?tail=50&limit=20&offset=0&provider=...&status=5xx`| Чтение метаданных недавних запросов с необязательными фильтрами tail, провайдера и точного/классового статуса. `limit`/`offset` листают назад от самой новой строки (`offset=0` — последняя страница). Ответ: `{ timeZone, total, logs }`, где `total` — число совпадений до пагинации. |
123
123
|`GET` / `PUT /api/subagent-models`| Чтение или настройка пяти выделенных моделей переопределения `spawn_agent`. |
124
124
|`POST /api/stop`| Остановка прокси/сервиса, восстановление нативного Codex и выход. |
0 commit comments