get "admin_logs" events returns 503 http status
AnsweredI'm using python SDK, and the following code:
client.events().get_events(
stream_type=EnterpriseEventsStreamType.ADMIN_LOGS,
stream_position=0,
)
It returns me a 503 HTTP status error.
I also tried the following code:
client.events().get_admin_events()
still have the same issue. I have a Business subscription and have access to admin panel. I use OAuth authorization, and if I try to receive user's events then it works properly (so credentials are right), e.g:
client.events().get_events()
But I want to get admin logs. What did I miss?
-
Official comment
Hey Andrew -
Thanks so much for reporting this behavior. I confirmed with our Support Team this 503 is likely a result of the current site issue with the events endpoint. Details can be found here. I've also asked that they add this as possible end-user behavior in the next update. Please keep an eye on that status page for resolution. If the 503s continue after that please let me know and we can further investigate for you!
Best,
Kourtney, Box Developer Advocate
Comment actions
Please sign in to leave a comment.
Comments
1 comment