Network

Get edge and origin latency percentiles for the application's domains

Returns p50/p95/p99 latency percentiles (edge TTFB and origin response duration) for the application's primary domain and any configured custom domain, plus per-country and per-edge-location breakdowns and the slowest paths.

Requires both start and end ISO timestamps. Maximum retention window is 7 days; the start is clamped to the application's creation date.

Results cached per bucket; on cache miss rate-limited to 10 calls per 60s per owner. Available only on Pro and Enterprise plans.

get/v2/apps/{appId}/network/performance

Path parameters

appIdstring required

Application identifier. Optionally suffixed with -<workspaceId> to act on a workspace-shared application.

Query parameters

startstring date-time required

ISO 8601 start timestamp.

endstring date-time required

ISO 8601 end timestamp.

Response

Latency percentiles plus per-country/per-edge-location breakdowns and the slowest paths. Empty object when the requested window is before the application's creation date.

status'success' required

Changes

No recorded changes to this endpoint across all 1 revision of this API.