List agent uploads

View as Markdown
GET /api/fleet/agents/{agentId}/uploads

Spaces method and path for this operation:

get /s/{space_id}/api/fleet/agents/{agentId}/uploads

Refer to Spaces for more information.

Path parameters

  • agentId string Required

Responses

  • 200 application/json

    OK

    Hide response attribute Show response attribute object
    • body object
      Hide body attribute Show body attribute object
      • item array[object]
        Hide item attributes Show item attributes object
        • actionId string Required
        • createTime string Required
        • filePath string Required
        • id string Required
        • name string Required
        • status Required

          Values are READY, AWAITING_UPLOAD, DELETED, or IN_PROGRESS.

  • 400 application/json

    Generic Error

    Hide response attributes Show response attributes object
    • error string
    • message string
    • statusCode number
GET /api/fleet/agents/{agentId}/uploads
curl \
 --request GET 'https://localhost:5601/api/fleet/agents/{agentId}/uploads' \
 --header "Authorization: $API_KEY"