Hi. I am working on using RestAPI to connect to the Tableau Cloud Activity Logs. I want to use this to monitor the Events
However, although I can see the files, I am not able to download any of the json files to read the contents
Can someone help with what would be the endpoints to do this?
Specifically we are trying to use this to monitor Bridge status
Thanks
#Tableau APIs & Embedding #RestAPI
1 answer
Hi, have you folowed the steps stated in Platform API?
https://help.tableau.com/current/api/cloud-manager/en-us/docs/platform_data.html
You mau use the bridge_client_status
event type:
GET https://cloudmanager.tableau.com/api/v1/tenants/{tenantId}/sites/{siteId}/activitylog?startTime=2026-03-20-T00:00:00&endTime=2026-03-23-T00:00:00&eventType=bridge_client_statusRegards,
Diego