GET
/team.accessLogsList team access logs
Lists access logs for the current team. Use before to define the inclusive end of the log range and count and page to retrieve paginated results. Each response includes login records and paging metadata.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
tokenstringrequired
Authentication token with the `admin` scope.
beforestringoptional
Inclusive end of the time range for access logs to include.
countstringoptional
Number of access log entries to request for the page.
pagestringoptional
Page number for the paginated access log collection.
200Returns an object containing a `logins` array of access records and `paging` metadata with the current page and total count.
loginsarray<object>required
okbooleanrequired
pagingobjectrequired
defaultReturns an error object with `ok` set to false and an `error` value describing why access logs could not be retrieved.
callstackstringoptional
Note: PHP callstack is only visible in dev/qa
errorstringrequired
okbooleanrequired
Error handling
Supply token with the admin scope. Use before as the inclusive end of the requested time range, and use count and page to navigate the paginated results.