---
title: "List integration tools"
method: GET
path: "/public/v1/integrations/{integrationId}/tools"
tags: ["Account Integrations"]
---

# List integration tools

`GET /public/v1/integrations/{integrationId}/tools`

Returns the integration's tools split into enabled and available, including whether the connected account holds the OAuth scopes each tool requires. Use the tool `slug` values with the update-tools endpoint. Requires a USER API key.

## Path parameters

- `integrationId` integer, required

## Response `200`

Integration tools (enabled + available)

- PublicIntegrationTools
  - `enabledTools` object[], required
    - `slug` string, required
    - `name` string, required
    - `description` string, required
    - `enabled` boolean, required
    - `hasRequiredScopes` boolean, required
  - `availableTools` object[], required
    - `slug` string, required
    - `name` string, required
    - `description` string, required
    - `enabled` boolean, required
    - `hasRequiredScopes` boolean, required

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/getfrontline/apis/public-api.md) · [All operations](https://skmtc.net/getfrontline/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getfrontline/public-api/revisions/9d33b6aad674/schema)
