跳转到主要内容
GET /api/v1/auth/tokens
返回组织内每个 API token 的元数据 —— id、角色、过期时间、最近使用时间。secret 永不返回。
[
  { "id": "t_2ghi...", "prefix": "a1b2c3", "role": "data_plane_admin", "expires_at": 1735689600000000, "last_used_at": 1700000000000000 }
]