teams app get
Get a Teams app
Usage​
teams app get [appId] [options]
Arguments​
| Argument | Description | Required |
|---|---|---|
appId | App ID | No |
Options​
| Flag | Description |
|---|---|
--json | [OPTIONAL] Output as JSON |
--web | [OPTIONAL] Print the install and Developer Portal links |
--install-link | [OPTIONAL] Print just the install link (pipe-friendly) |
Details​
Displays detailed information about a Teams app.
JSON Output​
Use --json to output specific fields for scripting:
teams app get <appId> --json appId,name,endpoint
Available fields: appId, teamsAppId, name, longName, version, developer, shortDescription, longDescription, websiteUrl, privacyUrl, termsOfUseUrl, endpoint, installLink.
Install Link​
Get the Teams install deep link:
teams app get <appId> --web
Interactive Mode​
Without [appId], launches a searchable app picker that loops — view one app, then pick another or exit.