Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Important
Some information relates to prereleased product that may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The AIAgentsInfo table is transitioning to the AgentsInfo table. Microsoft Agent 365 customers should use the AgentsInfo table today. The AIAgentsInfo table remains accessible until July 1, 2026. Migrate your queries from AIAgentsInfo to AgentsInfo before this date. For more information, see Advanced hunting schema - Naming changes.
The AgentsInfo table in the advanced hunting schema contains information about AI agents and their properties from various platforms. Use this reference to construct queries that return information from this table.
For information on other tables in the advanced hunting schema, see the advanced hunting reference.
| Column name | Data type | Description |
|---|---|---|
Timestamp |
datetime |
Date and time the agent information was recorded |
AgentId |
string |
Unique identifier for the agent |
AgentName |
string |
Display name of the agent |
Platform |
string |
The platform that provided the information about the agent |
AgentDescription |
string |
Description of the agent as displayed in the agent's source |
Version |
string |
Version of the agent |
SourceAgentId |
string |
Native identifier assigned by the platform where the agent originated |
EntraAgentId |
string |
The agent's unique enterprise application object identifier by Microsoft Entra ID |
EntraBlueprintId |
string |
The unique identifier by Microsoft Entra ID for the agent identity blueprint, which serves as the template from which the agent's identity was created |
ToolsAuthenticationType |
dynamic |
Structured summary of agent identity, authentication, and authorization model |
Permissions |
dynamic |
Permissions record of the agent, including those that have been requested and granted, their approval state, and consent enumeration |
PublishedStatus |
string |
The agent's publication status; possible values: Draft, Published |
LifecycleStatus |
string |
The agent's current operational state in the tenant; possible values: Active, Blocked, Uninstalled, Deleted |
Availability |
string |
The deployment scope of the agent (that is, whether deployed to all users, specific groups, or individual users) |
CreatedDateTime |
datetime |
Date and time when the agent was created |
LastPublishedDateTime |
datetime |
Date and time when the agent was last published or deployed |
LastUpdatedDateTime |
datetime |
Date and time when the agent's metadata was last modified |
Owners |
dynamic |
Primary owners of the agent |
SharedWith |
dynamic |
The users and security groups the agent has been shared with |
InstanceCount |
int |
Number of agent instances created from the same Microsoft Entra ID agent identity blueprint |
Instructions |
string |
The agent's system prompt that defines its default behavior, persona, and operating boundaries |
Model |
string |
The AI model powering the agent |
Channels |
dynamic |
The channels or surfaces where the agent can operate, such as Microsoft 365 applications or APIs |
Capabilities |
dynamic |
The intents, actions, skills, and orchestrations of the agent |
DeclaredDataSources |
dynamic |
The data repositories and knowledge sources the agent can access |
DeclaredTools |
dynamic |
Functional tools the agent can invoke at runtime |
McpServers |
dynamic |
The Model Context Protocol (MCP) servers connected to the agent, including server URLs and credential configuration |
Skills |
dynamic |
Skills attached to the agent |
ConnectedAgents |
dynamic |
List of other agents connected to the agent for multi-agent orchestration |
Memory |
dynamic |
The agent's declarative memory store configuration |
Triggers |
dynamic |
List of the agent's triggers |
Guardrails |
dynamic |
Guardrails attached to the agent and their coverage |
Endpoints |
dynamic |
List of agent runtime endpoints, including URL, transport type, and external connectivity flag |
ObservabilityId |
dynamic |
Unique identifier used to correlate the agent with its usage and activity data in Microsoft Agent 365 |
RawAgentInfo |
dynamic |
Additional information about the agent, in JSON format |
Related topics
- Advanced hunting overview
- Learn the query language
- Use shared queries
- Hunt across devices, emails, apps, and identities
- Understand the schema
- Apply query best practices
Tip
Do you want to learn more? Engage with the Microsoft Security community in our Tech Community: Microsoft Defender XDR Tech Community.