We are currently transitioning our API documentation to Apidog and making changes to improve standardization, and as such, methods are subject to change.
Returns a timeseries for the metric supplied in the URL.
Request
Path Params
metric_name
stringÂ
required
Query Params
from
stringÂ
required
Timestamp. Example: 1588603852.
until
stringÂ
optional
Timestamp. Example: 1588690252.
resolution
stringÂ
optional
Resolution of results in seconds. Should be a multiple of 600. Defaults to 600 if not supplied. Example: 600.
max_graph_width
stringÂ
optional
Automatically determines the best resolution for the specified graph width. This parameter takes precedence over any value specified as "resolution". Example: 1000.
format
stringÂ
optional
Outputs CSV format if specified. Otherwise defaults to JSON. This parameter is for debug purposes and is not guaranteed to remain available. Example: csv.
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/metric//timeseries?from='