Observability / Org Limits

Get org limits summary for all monitored environments in a repository

get

Returns all monitoring-enabled environments with their worst-limit status. Environments are discovered from existing metrics in VictoriaMetrics.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
repositoryIdentifierstringRequired

Repository identifier in format owner/repo

Example: flxbl-io/sf-core
Responses
chevron-right
200

Summary retrieved successfully

application/json
environmentNamestringRequired

Environment name

Example: prod
repositoryIdentifierstringRequired

Repository identifier

Example: flxbl-io/sf-core
statusstring · enumRequired

Overall status

Example: warningPossible values:
lastPolledAtstringRequired

Last polled timestamp

Example: 2026-02-14T10:30:00Z
get
/sfp/api/observability/limits/summary

Get org limits dashboard for a specific environment

get

Returns time-series chart data, current snapshot table, and alerts for a specific environment. Results are cached based on the time range type.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
environmentNamestringRequired

Environment name

Example: prod
repositoryIdentifierstringRequired

Repository identifier in format owner/repo

Example: flxbl-io/sf-core
rangestring · enumRequired

Time range for metrics

Example: todayPossible values:
forceRefreshbooleanOptional

Force refresh - bypass cache and fetch fresh data

Default: falseExample: false
Responses
chevron-right
200

Dashboard data retrieved successfully

application/json
get
/sfp/api/observability/limits/dashboard

Get current org limits snapshot for a specific environment

get

Returns lightweight current values only (no time-series data).

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
environmentNamestringRequired

Environment name

Example: prod
repositoryIdentifierstringRequired

Repository identifier in format owner/repo

Example: flxbl-io/sf-core
Responses
chevron-right
200

Snapshot retrieved successfully

application/json
namestringRequired

Salesforce limit name

Example: DailyApiRequests
maxnumberRequired

Maximum allowed value

Example: 15000
usednumberRequired

Currently used value

Example: 4777
remainingnumberRequired

Remaining value

Example: 10223
usagePctnumberRequired

Usage percentage (0-100)

Example: 31.85
alertLevelstring · enumRequired

Alert level based on usage

Example: okPossible values:
get
/sfp/api/observability/limits/snapshot

Last updated