read_artifact
Need to inspect Oracle Visual Builder artifacts? Read any VBCS artifact JSON by repo-relative path to access page, flow, chain, or service definitions.
Instructions
Read a VBCS artifact file (page/flow/chain/service JSON, etc) by repo-relative path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Repo-relative path, e.g. webApps/myApp/flows/main/main-flow.json | |
| repo | No | Repo checkout to target: absolute path, or a repo name under VBS_WORKSPACE_DIR, or omit to use VBCS_REPO_PATH default. Use list_repos to see what's available on this instance. |