Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/appwrite/src/services/account.ts>Account#getLogs

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
method Account.prototype.getLogs
import { Account } from "https://deno.land/x/appwrite@2.0.2/src/services/account.ts";

Get Account Logs

Get currently logged in user list of latest security activity logs. Each log returns user IP address, location and date and time of log.

Parameters

optional
limit: number
optional
offset: number

Returns

Promise<Models.LogList>