list_code_locations
List all code locations and their load status to verify deployments and identify loading issues.
Instructions
List all code locations and their load status.
Returns per location: name, loadStatus (LOADED/LOADING), and either the repositories within it or a PythonError if loading failed.
When to use: after a deployment to verify code locations loaded correctly, or when get_instance_status reports code location errors. If a location failed to load, use reload_code_location to retry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |