Skip to main content
GET
/
maintenance_window
/
logs
{
  "metadata": {
    "totalCount": 123
  },
  "results": [
    {
      "identifier": "<string>",
      "dateStart": "2023-11-07T05:31:56Z",
      "dateEnd": "2023-11-07T05:31:56Z",
      "timezone": "<string>",
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ]
}
{
  "status": "<string>",
  "context": {},
  "type": "<string>",
  "title": "<string>",
  "detail": "<string>",
  "violations": [
    {
      "title": "<string>",
      "propertyPath": "<string>",
      "type": "<string>"
    }
  ]
}

Query Parameters

filter
string

Apply search criteria.

space
string

Space Identifier

Response

Success

metadata
object
results
object[]