Run a tenant resource query
cs_admin_queryRun tenant-level resource queries using the admin centre query language and export results to JSON, list, or CSV files.
Instructions
Run a tenant-level resource query (the admin centre's own query language) and optionally write the results to a file as JSON, list or CSV. Runs 'pac admin query' with the active pac auth profile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory for pac (for project commands: the solution project folder) | |
| query | No | Resource query JSON as a string | |
| profile | No | pac auth profile to run as: the admin account for tenant commands. Defaults to CPS_ADMIN_PROFILE for admin commands and CPS_PAC_PROFILE otherwise, then the active profile. cs_init lists the profiles. | |
| queryFile | No | File containing the query JSON | |
| background | No | Run in the background and return a jobId immediately, for a command that takes longer than the client will wait. Poll cs_job_status. | |
| outputFile | No | Where to save the results | |
| outputType | No | Json, List or Grid (default Grid) | |
| timeoutSeconds | No | Default 600 |