---
title: "Get story by IDs (GET Method)"
method: GET
path: "/stories/ids/{array-story-id}"
tags: ["Stories"]
---

# Get story by IDs (GET Method)

`GET /stories/ids/{array-story-id}`

This endpoint is primarily used to get multiple stories by the given ids

## Response `200`

successful operation

- GetStoryByIDs
  - `articles` Article[]
    - `article` object
      - `article_body` object[]
        - `_id` string
        - `content` string
        - `type` string
      - `article_length_label` string
      - `article_word_count` number
      - `author` string
      - `byline` string
      - `clickability_id` string
      - `id` string
      - `image_caption` string
      - `image_credit` string
      - `image_height` number
      - `image_url` string
      - `image_width` number
      - `item_url` string
      - `primary_section` string
      - `published_at` string
      - `section` string
      - `sub_headlines` string
      - `sub_section` string
      - `sub_sub_section` string
      - `synopsis` string
      - `title` string
      - `updated_at` string

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/inquirer/apis/mobile-middleware.md) · [All operations](https://skmtc.net/inquirer/apis/mobile-middleware/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/inquirer/mobile-middleware/revisions/b0608768680f/schema)
