---
title: "List Composio Apps"
method: GET
path: "/v1/tools/composio/apps"
tags: ["tools"]
---

# List Composio Apps

`GET /v1/tools/composio/apps`

Get a list of all Composio apps

## Response `200`

Successful Response

- AppModel[]
  - `name` string, required
  - `key` string, required
  - `appId` string, required
  - `description` string, required
  - `categories` string[], required
  - `meta` object, required
  - `logo` string, nullable
  - `docs` string, nullable
  - `group` string, nullable
  - `status` string, nullable
  - `enabled` boolean
  - `no_auth` boolean
  - `auth_schemes` AppAuthScheme[], nullable
    - `scheme_name` string, required
    - `auth_mode` 'OAUTH2' | 'OAUTH1' | 'API_KEY' | 'BASIC' | 'BEARER_TOKEN' | 'BASIC_WITH_JWT' | 'GOOGLE_SERVICE_ACCOUNT' | 'GOOGLEADS_AUTH' | 'NO_AUTH' | 'CALCOM_AUTH', required
    - `fields` AuthSchemeField[], required
      - `name` string, required
      - `display_name` string, nullable
      - `description` string, required
      - `type` string, required
      - `default` string, nullable
      - `required` boolean
      - `expected_from_customer` boolean
      - `get_current_user_endpoint` string, nullable
    - `proxy` object, nullable
    - `authorization_url` string, nullable
    - `token_url` string, nullable
    - `default_scopes` unknown[], nullable
      - unknown
    - `token_response_metadata` unknown[], nullable
      - unknown
    - `client_id` string, nullable
    - `client_secret` string, nullable
  - `testConnectors` object[], nullable
  - `documentation_doc_text` string, nullable
  - `configuration_docs_text` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/yu-code666/apis/letta-api.md) · [All operations](https://skmtc.dev/yu-code666/apis/letta-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/yu-code666/letta-api/revisions/ac8e1eb68404/schema)
