Inspect a Quarto project
quarto_inspectRetrieves Quarto's inspect JSON for a project or a specified input file, giving direct access to the raw configuration and metadata output.
Instructions
Return Quarto's inspect JSON for the project, or for one input file. The output is passed through without field changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | No | A file relative to the project root. When absent the project is inspected. | |
| projectId | Yes | The id returned by quarto_create_project. |