---
title: "GET /api/companies/installations/{team_id}"
method: GET
path: "/api/companies/installations/{team_id}"
tags: ["api"]
---

# GET /api/companies/installations/{team_id}

`GET /api/companies/installations/{team_id}`

## Response `200`

OK

- SlackInstallation
  - `id` string, uuid
  - `created` string, date-time
  - `modified` string, date-time
  - `enterprise_id` string, nullable
  - `team_id` string, required
  - `bot_token` string, required
  - `bot_id` string, required
  - `bot_user_id` string, required
  - `webhook_channel_name` string, nullable
  - `webhook_channel_id` string
  - `webhook_configuration_url` string, nullable
  - `webhook_url` string
  - `is_uninstalled` boolean
  - `last_install_date` string, date-time, nullable

---

[API](https://skmtc.net/haekka/apis/snippets-api.md) · [All operations](https://skmtc.net/haekka/apis/snippets-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/haekka/snippets-api/versions/2a72ba99e389/schema)
