Get Execution Metrics
Get GPU and system metrics from Prometheus for a specific execution.
This endpoint queries Grafana Cloud’s Prometheus for GPU and system metrics associated with the execution’s hostname (execution_owner).
GPU Metrics (via DCGM):
- gpuUtilizationPercent: GPU utilization percentage (0-100)
- gpuMemoryUtilizationPercent: GPU memory utilization percentage (0-100)
- gpuTemperatureCelsius: GPU temperature in Celsius
- gpuPowerWatt: GPU power draw in watts
- gpuPowerLimitWatt: GPU power limit in watts
- gpuClockSmMhz: GPU SM clock speed in MHz
- gpuClockMemMhz: GPU memory clock speed in MHz
- gpuPcieThroughputRxBytesPerSec: PCIe receive throughput in bytes/sec
- gpuPcieThroughputTxBytesPerSec: PCIe transmit throughput in bytes/sec
System Metrics:
- systemRamTotalBytes: Total system RAM in bytes
- systemRamUsedBytes: Used system RAM in bytes
- systemCpuUsagePercent: CPU usage percentage (0-100)
Documentation Index
Fetch the complete documentation index at: https://docs.lyceum.technology/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Pass an API key (prefixed lk_) or a JWT access token as a bearer token. Generate API keys in the dashboard at https://dashboard.lyceum.technology/api-keys.
Path Parameters
Query Parameters
ISO 8601 start timestamp (defaults to execution start_time)
ISO 8601 end timestamp (defaults to execution end_time or current time)
Query resolution (e.g., '5s', '15s', '1m')
Response
Successful Response
Response model for execution metrics (GPU and system).
Time range for the metrics query.

