Skip to main content

lib/slack/web/docs/team.integrationLogs.json

{
	"desc": "Gets the integration logs for the current team.",

	"args": {
		"service_id": {
			"type"		: "int",
			"required"	: false,
			"desc"		: "Filter logs to this service. Defaults to all logs."
		},
		"app_id": {
			"type"		: "int",
			"required"	: false,
			"desc"		: "Filter logs to this Slack app. Defaults to all logs."
		},
		"user": {
			"type"		: "user",
			"required"	: false,
			"desc"		: "Filter logs generated by this user’s actions. Defaults to all logs."
		},
		"change_type": {
			"required"	: false,
			"example"	: "added",
			"desc"		: "Filter logs with this change type. Defaults to all logs."
		}
	},

	"has_paging"	: true,
	"default_count"	: 100,

	"errors": {
	}
}