Get agent versions configuration
GET/v1/organizations/:organization_id/reporting-groups/:reporting_group_id/agent-versions
Returns the effective configuration of agent versions for the requested report group. This endpoint is only available when the report group has an assigned product configuration with enabled self-management of versions; otherwise returns 409. Enablement of this capability is a platform configuration managed outside the API client. The list of reporting groups indicates this capability via the "can_manage_agent_versions" field. Reading with API key requires "L3 Engineering Team" permission or "Organization Administrator" role.
Request
Responses
- 200
- 400
- 401
- 404
- 409
- 500
Agent versions successfully retrieved.
Invalid route parameters.
Unauthorized.
Report group not found.
The group does not allow self-management of agent versions.
Internal Server Error