Network

Get per-request edge logs for the application's domains

Returns per-request edge logs (HTTP, country, status, bytes) for the application's primary domain and any configured custom domain.

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/logs

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

Per-request edge log entries.

status'success' required

Changes

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