provider team GET
/team.integrationLogs @utdk/slack
/team.integrationLogs team_integrationLogs
Gets the integration logs for the current team.
- token query required
- Authentication token. Requires scope: `admin`
- string
- app_id query
- Filter logs to this Slack app. Defaults to all logs.
- string
- change_type query
- Filter logs with this change type. Defaults to all logs.
- string
- count query
- string
- page query
- string
- service_id query
- Filter logs to this service. Defaults to all logs.
- string
- user query
- Filter logs generated by this user’s actions. Defaults to all logs.
- string
Try it
Authentication
Configure credentials for Slack Web API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import slack from '@utdk/slack';
await slack.teamIntegrationlogs()