Qingflow Canonical Query Record
qf.query.recordRetrieve one record from a Qingflow plan using a canonical DSL query. Requires plan ID, apply ID, and select fields to return a query handle.
Instructions
Fetch one record through the canonical DSL and return a query handle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan_id | Yes | ||
| query | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | Yes | ||
| meta | No |