Dealing with a very strange bug here with the Screen Recording retrieval endpoint. Our AppFoundry integration fetches recordings across multiple orgs using the Platform API GET /api/v2/recordings/screen, but we receive intermittent 401 Unauthorized errors despite valid OAuth tokens. This occurs specifically when querying recordings older than 30 days. Is there a scope limitation for historical screen data in multi-tenant setups? We are using the standard platform_api scope. Any insights on token refresh logic for older assets?