Is there a way to export all articles? | Community
Skip to main content
Answered

Is there a way to export all articles?

  • September 19, 2022
  • 2 replies
  • 334 views

I want to export my articles from Intercom.

Best answer by TBelevska

I’d like to add some additional context: the Articles API is the main route. The GET /articles endpoint returns paginated results with title, body, state, URL, and collection info, so you can pull everything you need in a relatively small number of requests. If you're comfortable with basic scripting or a tool like Postman, it's pretty straightforward at typical article volumes. 

 

For those who'd prefer not to touch the API at all, Help Desk Migration supports exporting Intercom articles without any coding.

2 replies

Shauna
Intercom Team
Forum|alt.badge.img+6
  • Intercom Team
  • September 19, 2022

Hello @shauna o12​ 👋🏼

 

You are able to export Articles from your Help Center by using the Articles API.

 

Full details on how to do this can be found in our dev docs, as well as within the Article I have attached here 👉🏼 https://www.intercom.com/help/en/articles/4103903-formatting-your-articles-with-the-articles-api/p>


TBelevska
Innovator ✨
Forum|alt.badge.img+2
  • Innovator ✨
  • Answer
  • June 10, 2026

I’d like to add some additional context: the Articles API is the main route. The GET /articles endpoint returns paginated results with title, body, state, URL, and collection info, so you can pull everything you need in a relatively small number of requests. If you're comfortable with basic scripting or a tool like Postman, it's pretty straightforward at typical article volumes. 

 

For those who'd prefer not to touch the API at all, Help Desk Migration supports exporting Intercom articles without any coding.