Spaces method and path for this operation:
get /s/{space_id}/api/fleet/agents/files/{fileId}/{fileName}
Refer to Spaces for more information.
Get a file uploaded by an agent.
[Required authorization] Route required privileges: fleet-agents-read.
GET /api/fleet/agents/files/{fileId}/{fileName}
curl \ --request GET 'https://localhost:5601/api/fleet/agents/files/{fileId}/{fileName}' \ --header "Authorization: $API_KEY"