Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.pinkfish.ai/llms.txt

Use this file to discover all available pages before exploring further.

Server path: /oracle-suiteql | Type: Application | PCID required: Yes

Tools

ToolDescription
oracle_suiteql_run_suite_qlExecute a SuiteQL query

oracle_suiteql_run_suite_ql

Execute a SuiteQL query Parameters:
ParameterTypeRequiredDefaultDescription
limitintegerNoNumber of results to return in a single page
offsetintegerNoPage offset for paging through results
qstringYesThe SuiteQL query (e.g. SELECT id, email FROM customer WHERE …)