Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Export email/sms subscribers not working

Jacky Chan
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 2, 2026

Opgenie is being decommissioned next year and I'm trying to export the status page email and SMS subscribers but no emails have landed. Can Atlassian check if there's a bug in the export logic and how I can workaround this?

1 answer

0 votes
Gabriela - LeanZero
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
September 3, 2026

Don't wait on that export to arrive. The API will hand you the same list today, and it comes with a catch that matters more than the export bug does.

The endpoint is GET https://api.statuspage.io/v1/pages/{page_id}/subscribers, and it takes a type filter, so you pull email and sms separately. There's also /subscribers/count, which is the honest check on whether your pull is complete.

Here's the catch. A subscriber who bounces gets quarantined, in the docs' words "If a (page or component) subscriber fails to receive a notification, they will be quarantined", and then this: "Quarantined subscribers are excluded from API responses and interactions by default." So a straight pull silently leaves them out. On a normal day that's tidy. When you're moving everyone off a system that's being switched off, the people who bounced once are exactly the ones you can't afford to drop, and the response gives you no hint they're missing.

The fix is the state parameter, which "only return subscribers in this state" and takes "all" to "find subscribers in any states". Three states show up in the schema, active, quarantined and unconfirmed, so ask for state=quarantined directly. That names the population for you, and a zero means you genuinely have none.

There's a separate /subscribers/unsubscribed list too. Pull it if your migration needs to honour prior opt-outs instead of re-subscribing people who already left.

None of this tells you why your export email never arrived, and that part needs a support ticket, since only they can see the send logs. But you don't have to be blocked on it in the meantime.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events