How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

ObservePoint Page Summary Report API

Page Summary report endpoints

ObservePoint Page Summary Report API is one of 65 APIs that ObservePoint publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include page-summary-report. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 6 operations across 6 paths, and defines 50 schemas. It is described by OpenAPI 3.2.0.

Requests are made against a single base URL, https://api.observepoint.com.

6 operations 6 paths 50 schemas 4 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
Base URL
https://api.observepoint.com
Authentication
API Key
Resource Areas
1

Authentication & Security 1

ObservePoint Page Summary Report API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (API_Key).

  • API_Key — Use the Authorization header in your requests with ObservePoint API key as header value. Example: Authorization: abc123...def456

Paths & Operations 6

Across 6 paths, the API surfaces 6 operations — 4 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

page-summary-report 6

Page Summary report endpoints

POST
/v3/web-audits/{auditId}/runs/{runId}/reports/page-summary
get page summary insights
getPageSummary 2 params body → 200400401404
POST
/v3/web-audits/{auditId}/runs/{runId}/reports/page-summary/pages
Get insights by page
getPageSummaryByPage 6 params body → 200400401404
GET
/v3/web-audits/{auditId}/runs/{runId}/reports/page-summary/trends
Return insights for all runs in the given duration
getPageSummaryTrends 2 params → 200400401404
GET
/v3/web-audits/{auditId}/runs/{runId}/reports/page-summary/trends/web-vitals
Get Page Summary Web Vitals trends relative to specified audit run
getPageSummaryWebVitalsTrends 2 params → 200400401404
GET
/v3/web-audits/{auditId}/reports/page-summary/trends/{trendName}
Return insights on a given page for all runs in the given duration
getPageSummaryTrend 3 params → 200400401404
GET
/v3/web-audits/{auditId}/reports/page-summary/trends/web-vitals/{trendName}
Get Page Summary Web Vitals specific trend values relative to current day
getPageSummaryWebVitalsTrend 3 params → 200400401404

Schemas 50

The contract defines 50 schemas that model the data the API accepts and returns. The most detailed are PageSummaryRequestDTO (22 properties), PageInsightsResponse (11 properties), AuditRun_PageSummary_AggregatedRunWebVitals (8 properties), AuditRun_PageSummary_WebVitalsTrends_Stats (6 properties). Each schema is shown below with its type and property counts.

PageErrorTypeEnum
string
AuditRun_PageSummary_WebVitals_FirstContentfulPaintFilter
First Contentful Paint time in milliseconds. Should have min and/or max properties defined. min is inclusive and max is exclusive. min should be less than max.
AuditRun_PageSummary_WebVitalsTrendsItem
PageErrorsFilter
object
non-empty list of kinds of errors present on a page, depends on filterType: - ALL: page has all types of errors specified in errorTypes list - ANY: page has an…
2 properties 2 required
PageSummaryPagesDTO
object
2 properties 2 required
PageUrlFilterEnum
string
AuditId
integer
InsightsByPageResponse
IntegerFilterTypeEnum
string
PageInsightsResponse
object
11 properties
PageErrorsFilterTypeEnum
string
ItemRun_SpecificTrendValuesDTO
object
1 property 1 required
PageSummarySparkLineDTO
ItemRunTrendsItemTrait
object
2 properties 2 required
AuditRun_PageSummary_TrendsEnum
string
WebVitalsLargestContentfulPaint
number
LCP time in milliseconds
PageUrlFilter
object
3 properties 2 required
IntegerRangeFilterTrait
object
Common trait for integer min max filter
2 properties
AuditRun_PageSummary_WebVitalsTrends_Stats
object
Web Vitals trends statistics (min, max, average, median, 25th and 75th percentiles)
6 properties 6 required
PageRedirectCountFilter
Number of redirects for a page. Should have min and/or max properties defined. min is inclusive and max is exclusive. min should be less than max.
AuditRun_PageWebVitals
object
Web Vitals for a single page
4 properties
TagVendorId
integer
Tag vendor ID
AuditRun_PageSummary_WebVitals_CumulativeLayoutShiftFilter
Cumulative Layout Shift unitless measurement. Should have min and/or max properties defined. min is inclusive and max is exclusive. min should be less than max.
PageSummarySparkLinesDTO
object
1 property
AuditRun_PageSummary_PagesSortColumn
string
AuditRun_PageSummary_WebVitalsTrends_RunItem_PagesDistribution
object
Distribution of pages by buckets of web vitals values
3 properties 3 required
PaginationMetadata
object
5 properties 5 required
AuditRun_PageSummary_AggregatedRunWebVitals
object
Web Vitals aggregated on run level
8 properties 8 required
PageInsightsResponsePageCountsByStatusCodes
object
3 properties
AuditRun_PageSummary_SpecificWebVitalsTrend_Response
object
1 property 1 required
StatusCodeEnum
string
good - 2xx, redirects - 3xx, broken - all others
CombinedPageStatusCodeEnum
string
- broken - initial or final URL are broken, - good - initial URL is good or redirect and final URL is good
ItemRun_SpecificTrendValueItem
RunId
integer
PageSizeFilter
Page size in bytes. Should have min and/or max properties defined. min is inclusive and max is exclusive. min should be less than max.
AuditRun_PageSummary_WebVitals_TimeToFirstByteFilter
Time to First Byte time in milliseconds. Should have min and/or max properties defined. min is inclusive and max is exclusive. min should be less than max.
ErrorModel
object
4 properties
AuditRun_WebVitalsTrends_Enum
string
AuditRun_PageSummary_WebVitals_LargestContentfulPaintFilter
Largest Contentful Paint time in milliseconds. Should have min and/or max properties defined. min is inclusive and max is exclusive. min should be less than ma…
PageSummaryRequestDTO
object
Filter pageStatusCode is deprecated
22 properties
AuditRun_PageSummary_SpecificWebVitalsTrend_ResponseItem
AuditRun_PageSummary_WebVitalsTrends_Response
object
1 property 1 required
CommonIterableResponseMetadata
object
Common metadata for iterable
1 property 1 required
DateAndTime
string
Date-time in [RFC3339 profile ISO 8601 format](https://www.ietf.org/rfc/rfc3339.txt) with the following additional restrictions: 1. An uppercase T must separat…
LongIntegerRangeFilterTrait
object
Common trait for long integer min max filter
2 properties
StringInclusionFilterTypeEnum
string
PageLoadTimeFilter
Page load time in milliseconds. Should have min and/or max properties defined. min is inclusive and max is exclusive. min should be less than max.
PageTitleFilter
object
2 properties 2 required
DoubleRangeFilterTrait
object
Common trait for double min max filter
2 properties
IntegerFilter
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

observepoint-page-summary-report-api-openapi.yml Raw ↑

Other APIs ObservePoint publishes across the network.

ObservePoint Account API
ObservePoint Account Triggered Alerts API
ObservePoint Account Usage Alerts API
ObservePoint Account Usage Export API
ObservePoint Account Usage V2 API
ObservePoint Action Set Action Rules API
ObservePoint Action Set Actions API
ObservePoint Action Sets API
ObservePoint Alert Export API
ObservePoint Alert Summary Report API
ObservePoint Alerts API
ObservePoint Audit Actions API
Where this information came from

This is an independent, third-party profile of ObservePoint Page Summary Report API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.