---
title: "Retrieve details of a recommended articles list"
method: GET
path: "/api/recommended_articles_lists/{id}"
tags: ["recommended_articles_lists"]
---

# Retrieve details of a recommended articles list

`GET /api/recommended_articles_lists/{id}`

Retrieve full details and nested article lists for a specific recommended articles list by ID. Requires Admin credentials.

## Path parameters

- `id` integer, required

## Response `200`

successful

- RecommendedArticlesList — Representation of a recommended articles list
  - `id` integer, required
  - `name` string, required
  - `placement_area` string, required
  - `expires_at` string, date-time, nullable
  - `user_id` integer, required
  - `article_ids` integer[], required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Changes

> 59 revisions in range; 34 could not be searched.

- **2026-07-13** (v1) `189b62b952ea` — 1 info
  - endpoint added
- **2023-01-10** (v1) `754f8b25f815` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/forem/apis/forem-api-v1/changes/api/recommended_articles_lists/:id/get.md)

---

[API](https://skmtc.dev/forem/apis/forem-api-v1.md) · [All operations](https://skmtc.dev/forem/apis/forem-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/forem/forem-api-v1/revisions/1f64f71fc2a7/schema)
