List agent uploads
GET /api/fleet/agents/{agentId}/uploads
curl \
-X GET https://localhost:5601/api/fleet/agents/{agentId}/uploads
Response examples (200)
{
"body": {
"item": [
{
"actionId": "string",
"createTime": "string",
"filePath": "string",
"id": "string",
"name": "string",
"status": "READY"
}
]
}
}
Response examples (400)
{
"error": "string",
"message": "string",
"statusCode": 42.0
}