Get incoming agent data

GET /api/fleet/agent_status/data

[Required authorization] Route required privileges: fleet-agents-read.

Query parameters

Responses

  • 200 application/json
    Hide response attributes Show response attributes object
    • dataPreview array Required
    • items array[object] Required
      Hide items attribute Show items attribute object
      • * object Additional properties

        Additional properties are NOT allowed.

        Hide * attribute Show * attribute object
  • 400 application/json
    Hide response attributes Show response attributes object
GET /api/fleet/agent_status/data
curl \
 --request GET 'http://api.example.com/api/fleet/agent_status/data?agentsIds=string' \
 --header "Authorization: $API_KEY"