Get Notification Status
Notifications
Get Notification Status
GET
Get Notification Status
Get the status and details of a notification by its ID.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/alphagov/notifications-api/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The UUID of the notification to retrieve.
Response
The unique identifier for this notification.
The reference that was provided when the notification was created, or null.
The email address for email notifications, or null for other types.
The phone number for SMS notifications, or null for other types.
First line of the postal address for letter notifications, or null for other types.
Second line of the postal address for letter notifications, or null for other types.
Third line of the postal address for letter notifications, or null for other types.
Fourth line of the postal address for letter notifications, or null for other types.
Fifth line of the postal address for letter notifications, or null for other types.
Sixth line of the postal address for letter notifications, or null for other types.
The postcode for letter notifications, or null for other types.
The notification type. One of:
sms, email, letter.The current status of the notification. Possible values:For SMS and Email:
created- The notification is being processedsending- The notification is being sentdelivered- The notification was successfully deliveredsent- The notification was sent internationally (SMS only)pending- The notification is pendingtemporary-failure- The notification failed but may be retriedpermanent-failure- The notification permanently failedtechnical-failure- A technical error occurred
accepted- The letter has been accepted for printing (maps tocreatedorsending)received- The letter has been received by the postal service (maps todelivered)pending-virus-check- The letter is being scanned for viruses (precompiled only)virus-scan-failed- The letter failed virus scanning (precompiled only)validation-failed- The letter failed validationtechnical-failure- A technical error occurred
The notification body content with placeholders filled in.
The notification subject for emails and letters, or null for SMS.
ISO 8601 formatted datetime when the notification was created.
ISO 8601 formatted datetime when the notification was sent, or null if not yet sent.
ISO 8601 formatted datetime when the notification was completed (delivered or failed), or null if still in progress.
ISO 8601 formatted datetime when the notification is scheduled to be sent, or null if not scheduled.
ISO 8601 formatted datetime of estimated delivery (letters only).
The postage class for letter notifications. One of:
first, second, economy, europe, rest-of-world.The one-click unsubscribe URL for email notifications, or null.
The cost of sending this notification in pounds.
Details about the cost calculation.
Whether the cost data is ready and accurate.