Hey everyone,
I've been trying to find official documentation for an API endpoint we're using in our setup. My main goal is:
However, I haven’t been able to find any documentation for this specific endpoint:
rest/backup/1/export/runbackup
Does anyone know if there’s any official documentation for this, or if this endpoint is even supported?
Additionally, I’ve noticed that Atlassian API documentation is spread across multiple sites. Every time I contact Atlassian Support, they send me links to different API docs that I hadn’t seen before. Is there a complete list of all API documentation sites?
So far, I’ve found these:
Would really appreciate any insights! Thanks in advance, and have a great day!
Hello @David Porteš
Full list of Jira APIs could be found here: https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/
For more information about the backup API, you should refer to the Andy's comment here:
Hey @Nikola Perisic
Thanks for your quick response!
Regarding the API list, I was actually looking for a complete list of all Atlassian Cloud REST APIs, not just the Jira APIs. If I understand correctly, the link you provided covers only Jira, but it doesn’t include other APIs like Confluence, User Management, or Assets. Do you know if there's an official centralized list of all REST APIs across Atlassian Cloud products?
For the backup API, I really appreciate you sharing that community thread! If I understand correctly, the API we're currently using is private and undocumented, meaning it's not officially supported. I’ve already successfully set up a full backup, but since full backups with attachments can only be triggered once every 48 hours, I’m now looking for a way to run a second backup without attachments every 24 hours.
Do you happen to know if there’s a way to modify the backup request payload to exclude attachments in an additional backup?
Thanks again for your help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear @David Porteš
There isn't a centralized list, rather links, which could be found here: https://developer.atlassian.com/cloud/
Regarding the backup API's, there isn't the API endpoint within the official documentation, but this page from the KB could be found here: https://confluence.atlassian.com/cloudkb/automate-jira-confluence-cloud-backups-1488597169.html
https://api.atlassian.com/public/backup-management/v1/orgs/<org_id>/backups
Is the endpoint you are actually looking for.
And, you are right, all of the information about the API is all over the place and should be centralized.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.