Get an agent
Spaces method and path for this operation:
get /s/{space_id}/api/fleet/agents/{agentId}
Refer to Spaces for more information.
Get an agent by ID.
[Required authorization] Route required privileges: fleet-agents-read.
GET
/api/fleet/agents/{agentId}
curl \
--request GET 'http://localhost:5601/api/fleet/agents/{agentId}' \
--header "Authorization: $API_KEY"