Get agent uploads Beta
GET
/api/fleet/agents/{agentId}/uploads
curl \
-X GET https://<KIBANA_URL>/api/fleet/agents/{agentId}/uploads
Response examples (200)
{
"items": [
{
"actionId": "string",
"createTime": "string",
"error": "string",
"filePath": "string",
"id": "string",
"name": "string",
"status": "READY"
}
]
}
Response examples (400)
{
"error": "string",
"message": "string",
"statusCode": 42.0
}