cdp_query_sql_post
Execute read-only SQL SELECT queries via POST to handle long queries that exceed URL length limits in Acquia's Customer Data Platform.
Instructions
Execute a read-only SQL query via POST body. Use this for long queries that may exceed URL length limits. Only SELECT statements are supported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| tenant_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |