List Salesforce Sandboxes
salesforce_list_sandboxesLists all sandboxes in a production Salesforce org, including in-progress creations, by querying SandboxInfo and optionally SandboxProcess records.
Instructions
List all sandboxes registered under the production org via Tooling API SandboxInfo.
Shows both existing sandboxes and in-progress creations. For status of an in-progress creation, also check SandboxProcess records (use salesforce_metadata_query).
Args:
include_in_progress (bool): include SandboxProcess records for pending creations (default: true)
Returns:
SandboxInfo list: Id, SandboxName, LicenseType, Description, Status
(optional) SandboxProcess list: recent creation progress
Note: This tool must be run against the PRODUCTION org (sandboxes live under prod).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | markdown | |
| include_in_progress | No |