team integration Logs
GET {{baseUrl}}/team.integrationLogs?app_id=<string>&change_type=<string>&count=<string>&page=<string>&service_id=<string>&user=<string>
Gets the integration logs for the current team.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
app_id | string | Filter logs to this Slack app. Defaults to all logs. | |
change_type | string | Filter logs with this change type. Defaults to all logs. | |
count | string | ||
page | string | ||
service_id | string | Filter logs to this service. Defaults to all logs. | |
user | string | Filter logs generated by this user’s actions. Defaults to all logs. |
RESPONSES
status: OK
{"ok":"\u003cboolean\u003e","logs":[{"user_id":"\u003cstring\u003e","user_name":"\u003cstring\u003e","date":"\u003cstring\u003e","change_type":"\u003cstring\u003e","app_type":"\u003cstring\u003e","app_id":"\u003cstring\u003e","scope":"\u003cstring\u003e","admin_app_id":"\u003cstring\u003e","channel":"\u003cstring\u003e","service_id":"\u003cstring\u003e","service_type":"\u003cstring\u003e"}],"paging":{"page":"\u003cinteger\u003e","total":"\u003cinteger\u003e","count":"\u003cinteger\u003e","pages":"\u003cinteger\u003e","per_page":"\u003cinteger\u003e","spill":"\u003cinteger\u003e"}}