Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.tracecat.com/llms.txt

Use this file to discover all available pages before exploring further.

core.cases.get_case_metrics

Get case metrics as OTEL-aligned time-series for the provided case IDs. Enterprise Edition

Inputs

case_ids
array[string]
required
List of case IDs to get case metrics for.

Examples

Read case metrics
- ref: case_metrics
  action: core.cases.get_case_metrics
  args:
    case_ids:
      - ${{ TRIGGER.case_id }}
      - ${{ TRIGGER.related_case_id }}