Skip to main content
GET
Get deployment metrics

Authorizations

Authorization
string
header
required

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

deployment_id
string
required

Query Parameters

start
string | null

ISO 8601 start timestamp (defaults to 1h ago)

end
string | null

ISO 8601 end timestamp (defaults to now)

step
string
default:15s

Query resolution (e.g., '15s', '1m')

Response

Successful Response

deploymentId
string
required
timeRange
TimeRange · object
required

Time range for the metrics query.

replicaHealth
ReplicaHealthSeries · object[]
required
requestsPerSecond
MetricDataPoint · object[]
required
p50LatencyMs
MetricDataPoint · object[]
required
p95LatencyMs
MetricDataPoint · object[]
required