Summary
          Get Trigger
          Description
          Get a Trigger.
          Route
          GET /operations-manager/triggers/:id
          Roles
          
            admin
engineering
apiread
viewer
operations
          
          Parameters
          
            DetailsExampleSchema
          
          
            
              
                | Name | Type | Required | Description | 
            
            
              
    | id | string | yes | The id of the Trigger to get. | 
            
          
          
          
            Copied to Clipboard
            
            {
  "type": "object",
  "properties": {},
  "required": [],
  "additionalProperties": false
}
           
          Return
          
            DetailsExampleSchema
          
          
            
              
                | Name | Type | Description | 
            
            
              
                | result | object | The requested Trigger. | 
            
          
          
            Copied to Clipboard
            
            {
  "message": "Successfully created the requested item",
  "data": {
    "name": "myCoolDocumentName",
    "description": "Some helpful information about the document",
    "type": "endpoint",
    "enabled": true,
    "actionType": "automations",
    "actionId": "8baddd08c10ac79d9f72411c",
    "lastExecuted": 92054371,
    "createdBy": null,
    "created": "1949-07-06T17:38:26.798Z",
    "lastUpdatedBy": "esse cillum do voluptate ipsum",
    "lastUpdated": "2023-09-27T14:19:24.528Z",
    "verb": "POST",
    "routeName": "IfWjVZ7fgi6",
    "schema": null,
    "_id": "9f8309f4dce4311dbdb57d59",
    "jst": "843618aa6785a44f0f49fbcb",
    "migrationVersion": 46377963
  }
}