# Articles Everything about your Articles ## List all articles - [GET /articles](https://developers.intercom.com/docs/references/2.10/rest-api/api.intercom.io/articles/listarticles.md): You can fetch a list of all articles by making a GET request to . > 📘 How are the articles sorted and ordered? > > Articles will be returned in descending order on the attribute. This means if you need to iterate through results then we'll show the most recently updated articles first. ## Create an article - [POST /articles](https://developers.intercom.com/docs/references/2.10/rest-api/api.intercom.io/articles/createarticle.md): You can create a new article by making a POST request to . ## Retrieve an article - [GET /articles/{id}](https://developers.intercom.com/docs/references/2.10/rest-api/api.intercom.io/articles/retrievearticle.md): You can fetch the details of a single article by making a GET request to . ## Update an article - [PUT /articles/{id}](https://developers.intercom.com/docs/references/2.10/rest-api/api.intercom.io/articles/updatearticle.md): You can update the details of a single article by making a PUT request to . ## Delete an article - [DELETE /articles/{id}](https://developers.intercom.com/docs/references/2.10/rest-api/api.intercom.io/articles/deletearticle.md): You can delete a single article by making a DELETE request to . ## Search for articles - [GET /articles/search](https://developers.intercom.com/docs/references/2.10/rest-api/api.intercom.io/articles/searcharticles.md): You can search for articles by making a GET request to .