Actions
Query
Run a custom Compass query.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Headers | Request Headers to be added to the request, as a string in the format of Name: Value, separated by new lines.For example: |
| Query | Your custom Compass query. |
| Variables | Variables for the query. |
{
"data": {
"tenantContexts": [
{
"cloudId": "<string>"
}
]
},
"extensions": {
"gateway": {
"request_id": "<string>",
"crossRegion": false,
"edgeCrossRegion": false
}
}
}
Was this page helpful?