ArangoDB
ArangoDB Logo
  1. 3.13.0
  2. Develop
  3. HTTP API
  4. Queries

ArangoDB v3.13 is under development and not released yet. This documentation is not final and potentially incomplete.

HTTP interfaces for queries

The HTTP APIs for queries allow you to work with AQL queries, control the results cache, and manage user-defined functions

AQL queries

The HTTP API for AQL queries lets you to execute, track, kill, explain, and validate queries written in ArangoDB’s query language

AQL query plan cache

The query plan cache HTTP API lets you list the AQL execution plans that are in the cache as well as clear the cache

AQL query results cache

The query results cache HTTP API lets you control the cache for AQL query results

User-defined AQL functions

The HTTP API for user-defined functions (UDFs) lets you add, delete, and list registered AQL extensions

Graphs

AQL queries