EdgeCron API Docs
API ReferenceSubscription

Subscription

Read quota, usage, and resource limits for the current application.

Subscription endpoints are read-only customer-facing views over event usage, quota, and resource limits.

Usage and limits

Where it sits in the pipeline

Subscription endpoints expose plan quota, event usage, and resource limits for the current application.

Remember this distinction

Fan-out and retries are not counted as new billable events; billing follows trigger usage.

Examples:

ScenarioTask Runs / Delivery AttemptsBilled triggers
Publish one Event that matches three EndpointsThree Task Runs and at least three Delivery Attempts1
One Schedule fire targets two Endpoints and each delivery retries onceTwo Task Runs and four Delivery Attempts1
One Delivery Attempt exhausts retries and moves to dead letterInitial attempt plus retry attempts1

Manual replay and retry behavior follows the current Delivery Retry API contract; do not model fan-out or automatic retries as additional monthly events.

These endpoints are generated from edgecron/docs/openapi.json and follow the shared EdgeCron response envelope.

MethodEndpointDescription
GET/subscription/quotaGet subscription quota
GET/subscription/usageGet subscription usage
GET/subscription/resource-limitsGet resource limits