---
title: "GET /team.integrationLogs"
method: GET
path: "/team.integrationLogs"
tags: ["team"]
---

# GET /team.integrationLogs

`GET /team.integrationLogs`

Gets the integration logs for the current team.

## Query parameters

- `token` string, required
- `app_id` string
- `change_type` string
- `count` string
- `page` string
- `service_id` string
- `user` string

## Response `200`

Typical success response

- object — Schema for successful response from team.integrationLogs method
  - `logs` object[], required
    - `admin_app_id` string
    - `app_id` string, required
    - `app_type` string, required
    - `change_type` string, required
    - `channel` string
    - `date` string, required
    - `scope` string, required
    - `service_id` string
    - `service_type` string
    - `user_id` string, required
    - `user_name` string, required
  - `ok` true, required
  - `paging` ObjsPaging, required
    - `count` integer
    - `page` integer, required
    - `pages` integer
    - `per_page` integer
    - `spill` integer
    - `total` integer, required

## Other responses

- `default` — Typical error response

---

[API](https://skmtc.net/slack/apis/web-api.md) · [All operations](https://skmtc.net/slack/apis/web-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/slack/web-api/revisions/7b951462b44f/schema)
