Slack v0.12.0 Slack.Web.Team

Summary

Functions

Gets the access logs for the current team

Gets information about the current team

Gets the integration logs for the current team

Functions

access_logs(optional_params \\ %{})

Gets the access logs for the current team.

Errors the API can return:

  • over_pagination_limit - It is not possible to request more than 1000 items per page or more than 100 pages.
  • paid_only - This is only available to paid teams.
info(optional_params \\ %{})

Gets information about the current team.

Errors the API can return:

integration_logs(optional_params \\ %{})

Gets the integration logs for the current team.

Optional Params

  • app_id - Filter logs to this Slack app. Defaults to all logs.
  • change_type - Filter logs with this change type. Defaults to all logs. ex: added
  • service_id - Filter logs to this service. Defaults to all logs.
  • user - Filter logs generated by this user’s actions. Defaults to all logs.

Errors the API can return: