team_access_logs
Retrieve team access logs to monitor when members logged into Slack. Supports pagination and date filtering.
Instructions
Get the access logs for the current team.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number of results to return (legacy paging). | |
| count | No | Number of items to return per page (legacy paging). | |
| limit | No | Maximum number of items to return per page (cursor paging). | |
| before | No | Return logs from before this Unix timestamp (in seconds). | |
| cursor | No | Pagination cursor from a previous response's ``response_metadata.next_cursor``. | |
| team_id | No | Encoded team ID to get logs for; required if the token belongs to an org-level app (e.g. ``T0123``). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||