Review workspace activity logs, approval requests, and rule settings for auditing, troubleshooting, and sync monitoring.
Last updated: July 14, 2026
GET /v2/public/logs, /v2/public/approval-requests, and /v2/public/approval-rules.GET /v2/public/logs when you need to inspect recent activity.curl "https://api.sanka.com/v2/public/logs" \
-H "Authorization: Bearer <api_key>"
| Goal | Use |
|---|---|
| Confirm that an integration write happened | Activity Logs |
| Investigate who changed a record | Activity Logs |
| Monitor workflow or API-side activity | Activity Logs |
| Build a customer-facing audit view | Activity Logs with object IDs |