GET
/
api
/
monitors
/
history
/
v1
/
{monitorPath}
curl --request GET \
  --url https://developer.synq.io/api/monitors/history/v1/{monitorPath} \
  --header 'Authorization: Bearer <token>'
{
  "predictions": [
    {
      "f": "<string>",
      "s": "<string>",
      "m": "<string>",
      "v": 123,
      "vu": 123,
      "vl": 123,
      "p": "<string>",
      "e": 123,
      "st": 123,
      "t": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

monitorPath
string
required

Experimental: Will be replaced with identifier

Query Parameters

metricsVersion
integer
segments
string[]
from
string
to
string

Response

200
application/json

OK

The response is of type object.