Execute a DQL query
Execute a Ditto Query Language (DQL) statement against your data store. DQL is a powerful query language that supports complex queries, updates, and data manipulation. This endpoint serves as the primary interface for running DQL operations. See the comprehensive DQL guide at https://docs.ditto.live/dql-guide for detailed syntax and examples.
Authorizations
Authentication using either an API key or JWT token in the Authorization header
Headers
Optional transaction ID that ensures consistency across operations. When provided, the operation will only execute if the Big Peer's current transaction ID meets or exceeds this value, preventing stale reads and ensuring causal consistency in your application.
Body
Request parameters for executing a DQL statement. DQL is Ditto's powerful query language that supports complex queries and data modifications.
Response
Response from executing a DQL statement. Contains query results, affected document IDs, and any warnings or errors that occurred.