WatchAPIWatchAPI
GET
/monitoring.getHistory

Authorization

bearerAuth
AuthorizationBearer <token>

API key authentication. Get your API key from the WatchAPI Cloud dashboard.

In: header

Query Parameters

endpointId*string
Length1 <= length
skip?number
Default0
Range0 <= value
take?number
Default50
Range1 <= value <= 100

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://watchapi.dev/api/trpc/monitoring.getHistory?endpointId=string"
[
  {
    "id": "string",
    "apiEndpointId": "string",
    "userId": "string",
    "status": "string",
    "responseTime": 0,
    "statusCode": 0,
    "errorMessage": "string",
    "responseSize": 0,
    "checkedAt": "string"
  }
]
{
  "code": "BAD_REQUEST",
  "message": "Invalid input data",
  "issues": []
}
{
  "code": "UNAUTHORIZED",
  "message": "Authorization not provided",
  "issues": []
}
{
  "code": "FORBIDDEN",
  "message": "Insufficient access",
  "issues": []
}
{
  "code": "NOT_FOUND",
  "message": "Not found",
  "issues": []
}
{
  "code": "INTERNAL_SERVER_ERROR",
  "message": "Internal server error",
  "issues": []
}