---
title: Read Report Instance Information
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-analyticsreportinstances-_id_
---

# Read Report Instance Information

Get details for a specific instance of an analytics report.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the analytics report instance resource ID from the Read a List of Instances of a Report response.

## Query Parameters

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

## Response Codes

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

## Discussion

Discussion note: If you don’t retrieve data for a long time, a report request changes to stoppedDueToInactivity. You need to make a new request to resume getting 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 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 the Details for a Report Segment](appstoreconnectapi/get-v1-analyticsreportsegments-_id_.md)
- [Read a list of a report instance ids](appstoreconnectapi/get-v1-analyticsreports-_id_-relationships-instances.md)
