Run a JQL query
mixpanel_jqlRun a custom JQL (JavaScript Query Language) script for arbitrary analysis. Power-user escape hatch. Script must define main(). Query API: POST /jql. (Upstream maintenance mode; 2-min timeout, 5GB/query limit.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | Optional JSON string exposed to the script as the `params` global. | |
| script | Yes | JQL script defining function main(){ ... } that returns rows. |