provider Fleet Automation GET /api/unstable/fleet/agents/{agent_key}
@utdk/datadog /api/unstable/fleet/agents/{agent_key}
Get detailed information about an agent
Retrieve detailed information about a specific Datadog Agent. This endpoint returns comprehensive information about an agent including: - Agent details and metadata - Configured integrations organized by status (working, warning, error, missing) - Detected integrations - Configuration files and layers
agent_key path required
The unique identifier (agent key) for the Datadog Agent.
string

Try it

Authentication
Configure credentials for Datadog API V2 Collection
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

getfleetagentinfo
GET/api/unstable/fleet/agents/{agent_key}
Retrieve detailed information about a specific Datadog Agent. This endpoint returns comprehensive information about an agent including: - Agent details and metadata - Configured integrations organized by status (working, warning, error, missing) - Detected integrations - Configuration files and layers

Parameters

required

The unique identifier (agent key) for the Datadog Agent.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.getfleetagentinfo()