Get agent policy by ID
Spaces method and path for this operation:
get /s/{space_id}/api/fleet/agent_policies/{agentPolicyId}
Refer to Spaces for more information.
Get one agent policy
GET
/api/fleet/agent_policies/{agentPolicyId}
curl \
--request GET 'https://localhost:5601/api/fleet/agent_policies/{agentPolicyId}' \
--header "Authorization: $API_KEY"