---
title: "Get article metadata"
method: GET
path: "/{entryId}"
---

# Get article metadata

`GET /{entryId}`

## Path parameters

- `entryId` string, required

## Response `200`

200

- object[]
  - `fingerprint` string
  - `id` string
  - `language` string
  - `originId` string
  - `origin` object
    - `streamId` string
    - `title` string
    - `htmlUrl` string
  - `title` string
  - `published` integer
  - `crawled` integer
  - `summary` object
    - `content` string
    - `direction` string
  - `alternate` object[]
    - `href` string
    - `type` string
  - `canonicalUrl` string
  - `snippet` string
  - `originContentType` string
  - `fullContent` string
  - `unread` boolean
  - `categories` object[]
    - `id` string
    - `label` string
  - `commonTopics` object[]
    - `type` string
    - `label` string
    - `id` string
    - `score` integer
    - `salienceLevel` string
  - `entities` object[]
    - `type` string
    - `disambiguated` boolean
    - `label` string
    - `id` string
    - `mentions` object[]
      - `text` string
    - `salienceLevel` string
  - `leoSummary` object
    - `sentences` object[]
  - `indicatorsOfCompromise` object
    - `mentions` object[]
    - `exports` object[]
    - `sigmaRules` object
      - `count` integer
      - `url` string
  - `attackNavigator` object
    - `url` string
    - `ttpCount` integer
  - `sources` object[]
    - `streamId` string
    - `title` string
    - `feedlyFeedType` string
    - `searchTerms` object
      - `parts` object[]
        - `id` string
        - `label` string
      - `isComplexFilter` boolean

## Other responses

- `400` — 400

---

[API](https://skmtc.net/feedly/apis/streams-api.md) · [All operations](https://skmtc.net/feedly/apis/streams-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/feedly/streams-api/versions/d38216a6d069/schema)
