Agent 365 CLI query-entra command reference

Provides options to query Microsoft Entra ID for agent information including scopes, permissions, and consent status. You can check the configuration and consent status for both agent blueprints and agent instances.

Minimum role required: Directory Reader

Syntax

a365 query-entra [command] [options]

Options

Option Description
-?, -h, --help Show help and usage information

query-entra blueprint-scopes

List configured scopes and consent status for the agent blueprint.

a365 query-entra blueprint-scopes [options]

This command retrieves and displays the configured scopes and their consent status for the agent blueprint application in Microsoft Entra ID.

blueprint-scopes options

Option Description
-c, --config <config> Configuration file path (default: a365.config.json)
-?, -h, --help Show help and usage information

query-entra instance-scopes

List configured scopes and consent status for the agent instance.

a365 query-entra instance-scopes [options]

This command retrieves and displays the configured scopes and their consent status for the agent instance application in Microsoft Entra ID.

instance-scopes options

Option Description
-c, --config <config> Configuration file path (default: a365.config.json)
-?, -h, --help Show help and usage information