Get a paginated list of API tokens for the current user
| Field | Type | Description |
|---|---|---|
id | int | Token ID |
key | string | API Key (sk-xxx format) |
status | int | Status: 1=enabled, 2=disabled |
name | string | Token name |
expired_time | int | Expiration timestamp, -1 means never expires |
remain_quota | int | Remaining quota |
unlimited_quota | bool | Whether quota is unlimited |
used_quota | int | Used quota |
models | string[] | Allowed model list, empty means all models |