fauna · Schema

QueryStats

Operational statistics for the query execution.

Properties

Name Type Description
compute_ops integer Number of Transactional Compute Operations consumed.
read_ops integer Number of Transactional Read Operations consumed.
write_ops integer Number of Transactional Write Operations consumed.
query_time_ms integer Query execution time in milliseconds.
contention_retries integer Number of times the transaction was retried due to contention.
storage_bytes_read integer Number of bytes read from storage.
storage_bytes_write integer Number of bytes written to storage.
rate_limits_hit array List of rate limits that were hit during query execution.
View JSON Schema on GitHub

JSON Schema

fauna-querystats-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/QueryStats",
  "title": "QueryStats",
  "type": "object",
  "description": "Operational statistics for the query execution.",
  "properties": {
    "compute_ops": {
      "type": "integer",
      "description": "Number of Transactional Compute Operations consumed."
    },
    "read_ops": {
      "type": "integer",
      "description": "Number of Transactional Read Operations consumed."
    },
    "write_ops": {
      "type": "integer",
      "description": "Number of Transactional Write Operations consumed."
    },
    "query_time_ms": {
      "type": "integer",
      "description": "Query execution time in milliseconds."
    },
    "contention_retries": {
      "type": "integer",
      "description": "Number of times the transaction was retried due to contention."
    },
    "storage_bytes_read": {
      "type": "integer",
      "description": "Number of bytes read from storage."
    },
    "storage_bytes_write": {
      "type": "integer",
      "description": "Number of bytes written to storage."
    },
    "rate_limits_hit": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "List of rate limits that were hit during query execution."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/fauna-querystats"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.