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
}
]
Authentication
List API tokens
List API token metadata (never the 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
}
]
Last modified on August 4, 2026
Was this page helpful?