logs
📄️ Retrieve the audit trail of security-relevant log entries for an org. Subset of the full log stream limited to audit-cla
Retrieve the audit trail of security-relevant log entries for an org. Subset of the full log stream limited to audit-class events.
📄️ Retrieve a single log entry by event_id.
Retrieve a single log entry by event_id.
📄️ Ingest a batch of runtime log entries from octomil serve. Creates LogEntry records that appear in the device activity fe
Ingest a batch of runtime log entries from octomil serve. Creates LogEntry records that appear in the device activity feed. Logs are accepted and stored regardless of whether the device_id is registered.
📄️ List log entries for an org with optional level, service, device, trace, and full-text filters. Supports offset-based pa
List log entries for an org with optional level, service, device, trace, and full-text filters. Supports offset-based pagination.
📄️ Advanced log query using a request body for complex filter combinations. Equivalent to logs.list but accepts filters as
Advanced log query using a request body for complex filter combinations. Equivalent to logs.list but accepts filters as a POST body.