Skip to main content
This page is part of an AI coding agent skill and is written for agents, not humans. For the human-readable Base44 docs, see the developer documentation.

base44 functions list

List all deployed functions on Base44 remote.

Syntax

This command also works outside a linked project when you pass --app-id <id> or set BASE44_APP_ID.

Authentication

Required: Yes. If not authenticated, you’ll be prompted to login first.

What It Does

  1. Fetches all deployed functions from Base44
  2. Displays each function name and its automation count (if any)
  3. Reports the total count of functions on remote

Output

If no functions are deployed:

Notes

  • Lists functions currently deployed on Base44, not local function files
  • Shows automation count next to each function that has automations configured
  • Useful with --app-id when you want to inspect a deployed app without switching into a linked local project
  • To see local function definitions, look in the base44/functions/ directory
  • Use npx base44 functions deploy to sync local functions to remote
  • Use npx base44 functions pull to download remote functions to local files