Summary
Export Trigger
Description
Export a Trigger.
Route
GET /operations-manager/triggers/:id/export
Roles
admin
apiread
viewer
Parameters
DetailsExampleSchema
| Name |
Type |
Required |
Description |
| id |
string |
yes |
The id of the Trigger to export. |
Copied to Clipboard
{
"type": "object",
"properties": {},
"required": [],
"additionalProperties": false
}
Return
DetailsExampleSchema
| Name |
Type |
Description |
| document |
object |
The result of the export operation. |
Copied to Clipboard
{
"message": "Successfully imported 3 of 4 documents",
"data": {
"name": "myCoolDocumentName",
"type": "endpoint",
"enabled": true,
"actionType": "automations",
"actionId": "37d5efe5454d617944200b93",
"verb": "POST",
"routeName": "gaM",
"_id": "e3d054d17d60d9d333f2747b",
"description": "Some helpful information about the document",
"lastExecuted": null,
"migrationVersion": -67712634,
"createdBy": null,
"created": "2025-07-27T21:25:24.788Z",
"lastUpdatedBy": null,
"lastUpdated": "1988-12-05T17:00:47.236Z"
}
}