---
title: Read the Details for a Report Segment
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-analyticsreportsegments-_id_
---

# Read the Details for a Report Segment

Get details and download information for a specific analytics report segment.

## URL

GET https://api.appstoreconnect.apple.com/v1/analyticsReportSegments/{id}

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the analytics report segment resource ID from the Read the Segments for a Report response.

## Query Parameters

fields[analyticsReportSegments]: Additional fields to include for each analytics report segments resource returned by the response.

## Response Codes

200 OK: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 404 Not Found: 429 :

## Discussion

Discussion To learn more about interpreting the data using the glossary of report fields and definitions, see Analytics Reports. Examples Request and Response

## See Also

### Reading Reports, Instances, and Segments

- [Read Report Information](appstoreconnectapi/get-v1-analyticsreports-_id_.md)
- [Read a List of Instances of a Report](appstoreconnectapi/get-v1-analyticsreports-_id_-instances.md)
- [Read Report Instance Information](appstoreconnectapi/get-v1-analyticsreportinstances-_id_.md)
- [Read the Segments for a Report](appstoreconnectapi/get-v1-analyticsreportinstances-_id_-segments.md)
- [Read segment ids for a report](appstoreconnectapi/get-v1-analyticsreportinstances-_id_-relationships-segments.md)
- [Read a list of a report instance ids](appstoreconnectapi/get-v1-analyticsreports-_id_-relationships-instances.md)
