Get incoming agent data

GET /api/fleet/agent_status/data

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

Query parameters

  • agentsIds array[string] | string Required
  • pkgName string
  • pkgVersion string
  • previewData boolean

    Default value is false.

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
        • data boolean Required
  • 400 application/json
    Hide response attributes Show response attributes object
    • error string
    • errorType string
    • message string Required
    • statusCode number
GET /api/fleet/agent_status/data
curl \
 --request GET 'https://<KIBANA_URL>/api/fleet/agent_status/data?agentsIds=string' \
 --header "Authorization: $API_KEY"