Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 669 Bytes

File metadata and controls

36 lines (27 loc) · 669 Bytes

get_evolution_delta

Architectural delta across a time window (requires temporal store). Returns per-domain before/after file counts + event count.

Input schema

{
  "type": "object",
  "properties": {
    "domain": {
      "type": "string"
    },
    "time_range": {
      "type": "string",
      "description": "Window like \"30d\", \"90d\" (default \"30d\")."
    }
  },
  "required": []
}

Required arguments

None.

Properties

Name Type Description
domain string
time_range string Window like "30d", "90d" (default "30d").

See also