/oracle-suiteql | Type: Application | PCID required: Yes
Tools
| Tool | Description |
|---|---|
oracle_suiteql_run_suite_ql | Execute a SuiteQL query |
oracle_suiteql_run_suite_ql
Execute a SuiteQL query Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
limit | integer | No | — | Number of results to return in a single page |
offset | integer | No | — | Page offset for paging through results |
q | string | Yes | — | The SuiteQL query (e.g. SELECT id, email FROM customer WHERE …) |

