v1

latestOpenAPI 3.0.32026-07-24707482.9 KB
Flow Query

Execute a read-only query against a Flow App

Queries app-scoped state without starting a session. The queryId must match a query handler registered by the app via app.query(id, handler).

get/flow/apps/{appId}/query/{queryId}

Path parameters

appIdstring required
queryIdstring required

Response

Query result

{"stackTrail":"paths:/flow/apps/{appId}/query/{queryId}:get:responses:200:content:application/json:schema:properties:data","oasType":"schema","type":"unknown","description":"Query-specific response payload defined by the Flow App"}