mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[GH-ISSUE #327] Parity: Analytics direct get endpoints #98
Labels
No labels
bug
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/App-Store-Connect-CLI#98
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rudrankriyam on GitHub (Jan 30, 2026).
Original GitHub issue: https://github.com/rudrankriyam/App-Store-Connect-CLI/issues/327
Overview
Add missing analytics direct-get endpoints for reports, instances, and segments, plus relationship access for instances.
Scope (OpenAPI resources)
GET /v1/analyticsReportInstances/{id}GET /v1/analyticsReportSegments/{id}GET /v1/analyticsReports/{id}GET /v1/analyticsReports/{id}/relationships/instancesGET /v1/analyticsReportInstances/{id}/relationships/segmentsProposed CLI
Top-level group:
asc analytics ...New/expanded subcommands:
analytics reports get --report-id IDanalytics instances get --instance-id IDanalytics segments get --segment-id IDanalytics reports relationships --report-id ID --type instancesanalytics instances relationships --instance-id ID --type segmentsExamples:
asc analytics reports get --report-id REPORT_IDasc analytics instances get --instance-id INSTANCE_IDasc analytics segments get --segment-id SEGMENT_IDFlag patterns
Common:
--report-id,--instance-id,--segment-id,--output,--prettyOutput
--prettyfor JSON--output table/markdownfor list commandsDetailed TODO
Acceptance criteria
Tests
Implementation notes
internal/asc/analytics.gointernal/cli/analytics@rudrankriyam commented on GitHub (Jan 30, 2026):
Closed by #343 (merged).