Summary
          undefined
          Description
          search through event system events that can be used in an event trigger
          Route
          GET /operations-manager/events
          Roles
          
            admin
engineering
apiread
operations
          
          Parameters
          
            DetailsExampleSchema
          
          
            
              
                | Name | Type | Required | Description | 
            
            
              
    | queryParameters | object | yes | query parameters | 
            
          
          
            Copied to Clipboard
            
            {
  "queryParameters": {
    "source": "sed",
    "topic": "qui",
    "limit": -78920896.07946765,
    "skip": 5997569.784776375,
    "sort": false
  }
}
           
          
            Copied to Clipboard
            
            {
  "type": "object",
  "properties": {
    "queryParameters": {
      "title": "queryParameters",
      "type": "object",
      "properties": {
        "source": {
          "type": "string",
          "description": "the source of the events returned"
        },
        "topic": {
          "type": "string",
          "description": "the topic of the events returned"
        },
        "limit": {
          "type": "number",
          "description": "the limit of the events returned"
        },
        "skip": {
          "type": "number",
          "description": "the number of the events to skip"
        },
        "sort": {
          "type": "boolean"
        }
      },
      "required": []
    }
  },
  "required": [
    "queryParameters"
  ],
  "additionalProperties": false
}
           
          Return
          
            DetailsExampleSchema
          
          
            
              
                | Name | Type | Description | 
            
            
              
                | result | object | total number and a list of event system events that matched the query | 
            
          
          
            Copied to Clipboard
            
            {
  "result": true
}