Get full agent policy by ID Beta

GET /api/fleet/agent_policies/{agentPolicyId}/full

Responses

GET /api/fleet/agent_policies/{agentPolicyId}/full
curl \
 -X GET https://localhost:5601/api/fleet/agent_policies/{agentPolicyId}/full
Response examples (200)
{
  "item": "string"
}
Response examples (400)
{
  "error": "string",
  "message": "string",
  "statusCode": 42.0
}