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

ArangoDB v3.11 reached End of Life (EOL) and is no longer supported.

This documentation is outdated. Please see the most recent stable version.

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 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