analytics_report_requests__get
Retrieve a specific analytics report request by its ID to access its details and optionally include related reports for comprehensive data.
Instructions
Read one analytics report request by ID. [GET /v1/analyticsReportRequests/{id}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID from the matching list call. | |
| include | No | comma-separated list of relationships to include Pull related records in the same call. Without it, checking a relationship costs one extra call per row returned. | |
| fields_analyticsReportRequests | No | the fields to include for returned resources of type analyticsReportRequests Return only these attributes. A full row set can exceed 200 KB. |