get_authorized_app
Retrieve the full record of an OAuth-authorized application, including its name, description, and the users who authorized it. Requires an app ID.
Instructions
Retrieve the full record for a single OAuth-authorized application.
Use when you have an app ID and need its name, description, or the users that authorized it. Use list_authorized_apps to browse all apps and discover IDs instead.
Args: app_id: The authorized app ID to inspect. Obtain from list_authorized_apps.
Returns: JSON with id, name, description, users (array of account usernames that authorized it).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | ||
| account | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |