Get file uploaded by agent

View as Markdown
GET /api/fleet/agents/files/{fileId}/{fileName}

Spaces method and path for this operation:

get /s/{space_id}/api/fleet/agents/files/{fileId}/{fileName}

Refer to Spaces for more information.

Path parameters

  • fileId string Required
  • fileName string Required

Responses

  • 200 application/json

    OK

    Hide response attribute Show response attribute object
    • body object
      Hide body attribute Show body attribute object
      • items object
  • 400 application/json

    Generic Error

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