Hello Janhavi, This would be a useful feature to have. Here are some thoughts/suggestions, 1. (id: int) - can this be handled by the CC somewhere within asterixDB if multi-statement is enabled in request? Since we have a unique requestID we can assign random/sequential ID for statements I believe. This may help the queries look cleaner and not add changes to query parsing logic. 2. Not sure if this is intentional, in example 1 the statement ID in response is not in-line with example 1 query. 3. Backward Compatibility - I'd suggest adding additional parameters in the request body like "multi-statement" and additional response objects without touching the existing API structure. Or using versioning for the API.
Overall, it is a great feature to have. +1 to that! Best, Suryaa