The tenant's own activity / audit log (LOG-15 / TADM-11 / BLE-4753).
Oturum
Query: `?limit=&offset=&actor_type=&action_prefix=&q=&from=&to=`. Gated on `core.audit.view` (owner/admin) rather than `core.settings.view`: the response now surfaces client IP + device, so it belongs behind the purpose-built elevated permission, not the broad settings-view.
İstek
curl -X GET "https://api.blesyum.com/api/v1/audit" \
-H "Authorization: Bearer <oturum-token>" \
-H "Accept: application/json"Yanıt
{
"data": "…",
"trace_id": "01JC…"
}