v1

latestOpenAPI 3.1.0MIT2026-07-1393128198.4 KB
Monitors

List monitors

List monitoring rules and alerts configured in Uptrace. Use this to review alert configurations, check notification channels, and understand monitoring thresholds. Returns monitors with their type, state, query, and notification settings. Use list_dashboards instead when looking for visualization dashboards. Documentation: https://uptrace.dev/features/alerting

get/internal/v1/monitors/{project_id}

Path parameters

project_idinteger required

Uptrace project ID.

Query parameters

searchstring

Free-text search applied to monitor names and attributes.

statusstring

Filter monitors by status (e.g. active, paused, failing).

sort_bystring

Column to sort by.

sort_dir'ASC' | 'DESC'

Sort direction.

limitinteger

Limit number of results.

Response

List of monitors.

countinteger

Total number of monitors matching the current filter.

searchobject[]

Parsed search matchers applied to the request.