limits Commands

Use the limits commands to view your org’s limits and how close you are to reaching them.

force:limits:api:display

Displays remaining and maximum calls and events for your org.

Help for force:limits:api:display

When you execute this command in a project, it provides limit information for your default scratch org.

Examples:

1$ sfdx force:limits:api:display
1$ sfdx force:limits:api:display -u me@my.org

Command Syntax

sfdx force:limits:api:display
[--json]
[--loglevel LOGLEVEL]
[-u TARGETUSERNAME]
[--apiversion APIVERSION]

Parameters

--json
Optional

Format output as JSON.

Type: boolean
--loglevel LOGLEVEL
Optional

The logging level for this command invocation. Logs are stored in $HOME/.sfdx/sfdx.log.

Type: enum
Permissible values are: trace, debug, info, warn, error, fatal, TRACE, DEBUG, INFO, WARN, ERROR, FATAL
Default value: warn
-u | --targetusername TARGETUSERNAME
Optional

A username or alias for the target org. Overrides the default target org.

Type: string
--apiversion APIVERSION
Optional

Override the API version used for API requests made by this command.

Type: string