05 Jun 2025
03:53 PM
- last edited on
09 Jun 2025
08:46 AM
by
MaciejNeumann
When I generate a Personal Access Token, it does not include the required logs.read (Read logs) scope.
Even when I create a token with all available scopes, I receive the following error when calling the "/logs/export" API:
{
"error": {
"code": 403,
"message": "Token is missing required scope. Use one of: logs.read (Read logs)"
}
}