---
title: Read Reports for a Specific Request
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-analyticsreportrequests-_id_-reports
---

# Read Reports for a Specific Request

Get a list of reports generated from a specific analytics report request.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the analytics report request resource ID from the Read Report Requests response.

## Query Parameters

fields[analyticsReports]: Additional fields to include for each analytics reports resource returned by the response. filter[category]: Filter the returned reports by category. Possible values: -APP_USAGE: A string representing the App Usage category. -APP_STORE_ENGAGEMENT: A string representing the App Store Engagement category. -COMMERCE: A string representing the App Store Commerce category. -FRAMEWORK_USAGE: A string representing the Framework Usage category. -PERFORMANCE: A string representing the Performance category. filter[name]: Filter the returned reports by name. limit: The maximum number of analytics reports resources to return.

## Response Codes

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

## Mentioned in

Downloading Analytics Reports

## Discussion

Discussion Examples Request and Response

## See Also

### Making, Reading, and Deleting Requests

- [Request Reports](appstoreconnectapi/post-v1-analyticsreportrequests.md)
- [Read Report Requests](appstoreconnectapi/get-v1-apps-_id_-analyticsreportrequests.md)
- [Read Report Request Information](appstoreconnectapi/get-v1-analyticsreportrequests-_id_.md)
- [Read reports ids for a specific request](appstoreconnectapi/get-v1-analyticsreportrequests-_id_-relationships-reports.md)
- [Delete a Report Request](appstoreconnectapi/delete-v1-analyticsreportrequests-_id_.md)
