GET
/
history
/
{service}
{
  "events": [
    {
      "start": "2023-11-07T05:31:56Z",
      "end": "2023-11-07T05:31:56Z",
      "source": "<string>",
      "type": "<string>",
      "status": "<string>",
      "details": {},
      "error": {
        "httpStatusCode": 123,
        "error": "<string>",
        "message": "<string>",
        "details": "<string>",
        "cause": {
          "cause": {},
          "stackTrace": [
            {
              "methodName": "<string>",
              "fileName": "<string>",
              "lineNumber": 123,
              "className": "<string>",
              "nativeMethod": true
            }
          ],
          "message": "<string>",
          "localizedMessage": "<string>",
          "suppressed": [
            {}
          ]
        },
        "stackTrace": [
          {
            "methodName": "<string>",
            "fileName": "<string>",
            "lineNumber": 123,
            "className": "<string>",
            "nativeMethod": true
          }
        ],
        "localizedMessage": "<string>",
        "suppressed": [
          {
            "cause": {},
            "stackTrace": [
              {
                "methodName": "<string>",
                "fileName": "<string>",
                "lineNumber": 123,
                "className": "<string>",
                "nativeMethod": true
              }
            ],
            "message": "<string>",
            "localizedMessage": "<string>",
            "suppressed": [
              {}
            ]
          }
        ],
        "httpStatusMessage": "<string>",
        "class": "<string>",
        "requestId": "<string>"
      }
    }
  ]
}

Path Parameters

service
string
required

The name of a service

Query Parameters

timeRange
string

NEEDS DEVELOPER REVIEW

maxLength
integer

NEEDS DEVELOPER REVIEW

Response

200 - application/json

successful operation

The response is of type object.