Event
Read an event
Retrieves a single notification event by its ID.
get/notification/{id}
Path parameters
idstring uuid required
The notification ID, in UUID format.
Query parameters
include_resultsboolean
Whether to include results in the response.
include_contextboolean
Whether to include context in the response.
ℹ️ Note: You need a secops role to use this parameter.
Response
The operation was successful.
Example response
{
"id": "1180cd02-1c36-4274-8e7a-4483b87e8f2e",
"source": [
"approval"
],
"action": "deployment:create",
"status": "success",
"created_at": "2024-02-19T12:34:56Z",
"updated_at": "2024-02-19T12:34:56Z",
"tags": {
"approval_id": 1234,
"scope_slug": "development-uk-123"
},
"results": [
{
"my-slack-channel": {
"ok": true,
"id": "123456"
}
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.