Skip to main content
POST
Get monitor statistics chart data

Authorizations

pubrio-api-key
string
header
required

A unique API token that represents the actions you perform through the API and the corresponding permissions and operations. You can create it through the Settings section.

Body

application/json
start_date
string<date>
required

Start date for chart range (YYYY-MM-DD).

end_date
string<date>
required

End date for chart range (YYYY-MM-DD).

monitor_id
string<uuid>

Optional. Unique identifier of a monitor to scope the chart to. When omitted, the chart aggregates across all monitors in the workspace.

Response

Successful response containing chart data points for monitor trigger statistics over time.

data
object[]