# Return specific insight trend on a given page for all runs in the given duration (days) GET /v3/web-audits/{auditId}/pages/{pageId}/insight-trends/{trendName} Endpoint: GET /v3/web-audits/{auditId}/pages/{pageId}/insight-trends/{trendName} Security: API_Key ## Path parameters: - `auditId` (integer, required) Unique identification number for web audit Example: 107239 - `pageId` (string, required) Unique identification number for web audit run-page, it is different from dcUUID Example: "f9d32cc7cc2046d6decb145a80289287f5226323" - `trendName` (string, required) name of the insight trend type Enum: "pageSize", "pageLoadTime" ## Query parameters: - `day` (integer, required) how many days of run records should be included Example: 120 ## Response 200 fields (application/json): - `runId` (integer) - `runCompletionDate` (string) - `trendName` (string) - `trendValue` (integer) ## Response 400 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 401 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 404 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object)