Get an agent binary download source
Spaces method and path for this operation:
get /s/{space_id}/api/fleet/agent_download_sources/{sourceId}
Refer to Spaces for more information.
Get an agent binary download source by ID.
[Required authorization] Route required privileges: fleet-agent-policies-read OR fleet-settings-read.
GET
/api/fleet/agent_download_sources/{sourceId}
curl \
--request GET 'https://localhost:5601/api/fleet/agent_download_sources/{sourceId}' \
--header "Authorization: $API_KEY"