---
title: "commands"
method: GET
path: "/api/commands"
tags: ["commands"]
---

# commands

`GET /api/commands`

List all available commands and their argument descriptions. Each entry also carries "category" (e.g. "Playlist", "Media", "Plugins") and "level" (0 Basic / 1 Advanced / 3 Developer) for UI grouping and filtering, plus "disallowMultisync" (true) on a command whose Multisync option should stay hidden - e.g. "If", since multisyncing it would broadcast the raw check to other instances rather than propagate the result of evaluating it.

## Response `200`

Array of command descriptions.

---

[API](https://skmtc.net/falconchristmas/apis/fpp-api.md) · [All operations](https://skmtc.net/falconchristmas/apis/fpp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/falconchristmas/fpp-api/versions/6fa524e15dd4/schema)
