Get model status
Get public uptime and normalized performance metrics for an exact logged model string. Authentication is optional. Public callers receive redacted volume fields.
Authentication
AuthorizationBearer
Use your Respan API key for Respan API authentication. Enter only the Respan API key value; clients send Authorization: Bearer <RESPAN_API_KEY>. For /api/responses, provider credentials such as Perplexity, OpenAI, or Azure OpenAI go in Settings -> Providers or respan_params.credential_override in the request body, not in this authentication field.
OR
AuthorizationBearer
Use a dashboard JWT only for dashboard-authenticated endpoints. Respan API-key endpoints use the respanApiKey auth field instead.
Path parameters
model_name
Exact logged model string; provider-prefixed values may contain a slash.
Query parameters
provider_id
start_time
end_time
time_tick
Allowed values:
Response
Model status series. Unknown model names return empty series rather than 404.
model
provider_id
time_tick
start_time
end_time
data
metrics_series
respan_uptime
Omitted when provider_id is supplied.
status
Omitted when provider_id is supplied. Volume fields are staff-only.
Errors
400
Bad Request Error
429
Too Many Requests Error