channels
Get adoption rates for an app channel.
Returns a report of version adoption rates for a channel, grouped by day or week, and filtered by license type and date range. The report helps track how quickly customers are upgrading to new releases.
Required RBAC Policy: kots/app/[:appid]/channel/[:channelid]/read
get/app/{app_id}/channel/{channel_id}/adoption
Path parameters
app_idstring required
App identifier
channel_idstring required
Channel identifier
Query parameters
startDatestring date-time required
Report start date in YYYY-MM-DD format
endDatestring date-time required
Report end date in YYYY-MM-DD format
licenseTypesstring required
License types to include
intervalstring
Interval to group the report by. Valid values are "1d" and "1w". Default is 1d
Response
GetChannelAdoptionReportResponse represents channel adoption report.
Changes
No recorded changes to this endpoint across all 1 revision of this API.