api_tokens.read。
[
{
"id": "<token-id>",
"prefix": "a1b2c3",
"name": "collector-production",
"role_id": "<organization-role-id>",
"role_key": "viewer",
"role_name": "Viewer",
"expires_at_micros": 1735689600000000,
"last_used_at_micros": 1700000000000000,
"revoked": false,
"created_at_micros": 1690000000000000
}
]
身份验证
列出 API token
列出 API token 元数据(不含 secret)。
[
{
"id": "<token-id>",
"prefix": "a1b2c3",
"name": "collector-production",
"role_id": "<organization-role-id>",
"role_key": "viewer",
"role_name": "Viewer",
"expires_at_micros": 1735689600000000,
"last_used_at_micros": 1700000000000000,
"revoked": false,
"created_at_micros": 1690000000000000
}
]
最后修改于 2026年7月29日
此页面对您有帮助吗?