> ## Documentation Index
> Fetch the complete documentation index at: https://docs.base44.com/llms.txt
> Use this file to discover all available pages before exploring further.

# base44 functions list

> Base44 リモートにデプロイ済みのすべての関数を一覧表示します。

<Warning>
  このページは AI コーディングエージェントスキルの一部で、人間ではなくエージェント向けに書かれています。人間向けの Base44 ドキュメントは [デベロッパードキュメント](/developers) を参照してください。
</Warning>

# base44 functions list

Base44 リモートにデプロイ済みのすべての関数を一覧表示します。

## 構文

```bash theme={null}
npx base44 functions list
```

このコマンドは、`--app-id <id>` を渡すか `BASE44_APP_ID` を設定すれば、リンクされたプロジェクトの外でも動作します。

## 認証

**必須**: はい。認証されていない場合は、先にログインを求められます。

## 動作

1. デプロイ済みのすべての関数を Base44 からフェッチします
2. 各関数名とその自動化数 (あれば) を表示します
3. リモートの関数の合計数を報告します

## 出力

```bash theme={null}
$ npx base44 functions list
  process-order
  send-notification (2 automations)
  daily-report (1 automation)

✓ 3 functions on remote
```

```bash theme={null}
# Inspect deployed functions for a specific app without a local checkout
npx base44 functions list --app-id app_123
```

関数がデプロイされていない場合:

```bash theme={null}
$ npx base44 functions list
✓ No functions on remote
```

## 注意事項

* Base44 に現在デプロイされている関数を一覧表示します。ローカルの関数ファイルではありません
* 自動化が構成されている各関数の隣に自動化数が表示されます
* リンクされたローカルプロジェクトに切り替えずにデプロイ済みアプリを検査したい場合、`--app-id` と併用すると便利です
* ローカルの関数定義を見るには、`base44/functions/` ディレクトリを確認してください
* ローカル関数をリモートに同期するには `npx base44 functions deploy` を使用します
* リモート関数をローカルファイルにダウンロードするには `npx base44 functions pull` を使用します

<Note>このページは AI を使用して翻訳されました。最も正確で最新の情報については、[英語版](/) を参照してください。 </Note>
