---
title: "Get a paper"
method: GET
path: "/api/papers/{paperId}"
tags: ["papers"]
---

# Get a paper

`GET /api/papers/{paperId}`

## Path parameters

- `paperId` string, required

## Query parameters

- `field` union
  - 'submissionDeadline' | 'comments'
  - string[]

## Response `200`

Paper data

- object
  - `id` string, required
  - `authors` object[], required
    - `_id` string, required
    - `name` string, required
    - `status` string
    - `statusLastChangedAt` string, date-time
    - `user` object — User overview information
      - `_id` string, required
      - `avatarUrl` string, required
      - `fullname` string, required
      - `isPro` boolean, required
      - `name` string, required
      - `type` string, required
      - `user` string
      - `isHf` boolean
      - `isHfAdmin` boolean
      - `isMod` boolean
      - `followerCount` number
    - `hidden` boolean, required
  - `mediaUrls` string[]
  - `publishedAt` string, date-time, required
  - `submittedOnDailyAt` string, date-time
  - `title` string, required
  - `submittedOnDailyBy` object — User overview information
    - `_id` string, required
    - `avatarUrl` string, required
    - `fullname` string, required
    - `isPro` boolean, required
    - `name` string, required
    - `type` string, required
    - `user` string
    - `isHf` boolean
    - `isHfAdmin` boolean
    - `isMod` boolean
    - `followerCount` number
  - `summary` string, required
  - `upvotes` number, required
  - `withdrawnAt` string, date-time
  - `discussionId` string, required
  - `projectPage` string
  - `githubRepo` string
  - `ai_summary` string
  - `ai_keywords` string[]
  - `ai_summary_model` string
  - `githubStars` number
  - `submissionDeadline` string, date-time — only available when field contains 'submissionDeadline'
  - `linkedModels` object[], required
    - `author` string, required
    - `downloads` number, required
    - `id` string, required
    - `availableInferenceProviders` object[], required
      - `provider` 'baseten' | 'cerebras' | 'cohere' | 'deepinfra' | 'fal-ai' | 'featherless-ai' | 'fireworks-ai' | 'groq' | 'hf-inference' | 'novita' | 'nscale' | 'openai' | 'ovhcloud' | 'publicai' | 'replicate' | 'scaleway' | 'together' | 'wavespeed' | 'zai-org', required
      - `providerStatus` 'live' | 'staging' | 'error', required
      - `modelStatus` 'live' | 'staging' | 'error', required
      - `providerId` string, required
      - `task` 'text-classification' | 'token-classification' | 'table-question-answering' | 'question-answering' | 'zero-shot-classification' | 'translation' | 'summarization' | 'feature-extraction' | 'text-generation' | 'fill-mask' | 'sentence-similarity' | 'text-to-speech' | 'text-to-audio' | 'automatic-speech-recognition' | 'audio-to-audio' | 'audio-classification' | 'audio-text-to-text' | 'voice-activity-detection' | 'depth-estimation' | 'image-classification' | 'object-detection' | 'image-segmentation' | 'text-to-image' | 'image-to-text' | 'image-to-image' | 'image-to-video' | 'unconditional-image-generation' | 'video-classification' | 'reinforcement-learning' | 'robotics' | 'tabular-classification' | 'tabular-regression' | 'tabular-to-text' | 'table-to-text' | 'multiple-choice' | 'text-ranking' | 'text-retrieval' | 'time-series-forecasting' | 'text-to-video' | 'image-text-to-text' | 'image-text-to-image' | 'image-text-to-video' | 'visual-question-answering' | 'document-question-answering' | 'zero-shot-image-classification' | 'graph-ml' | 'mask-generation' | 'zero-shot-object-detection' | 'text-to-3d' | 'image-to-3d' | 'image-feature-extraction' | 'video-text-to-text' | 'keypoint-detection' | 'visual-document-retrieval' | 'any-to-any' | 'video-to-video' | 'other' | 'conversational', required
      - `adapterType` 'lora'
      - `adapterWeightsPath` string
      - `features` object
        - `toolCalling` boolean
      - `isCheapestPricingOutput` boolean, required
      - `isFastestThroughput` boolean, required
      - `isModelAuthor` boolean, required
      - `tokensPerSecond` number
      - `pricingOutput` number
      - `freeUntil` string, date-time
    - `isLikedByUser` boolean, required
    - `lastModified` string, date-time, required
    - `likes` number, required
    - `pipeline_tag` string
    - `private` boolean, required
    - `repoType` 'model', required
    - `gated` union, required
      - unknown
      - 'auto' | 'manual'
    - `resourceGroup` object
      - `id` string, required
      - `name` string, required
      - `numUsers` number
    - `numParameters` number
    - `authorData` union
      - object
        - `_id` string, required
        - `avatarUrl` string, required
        - `fullname` string, required
        - `name` string, required
        - `isHf` boolean, required
        - `isHfAdmin` boolean, required
        - `isMod` boolean, required
        - `followerCount` number
        - `type` 'org', required
        - `plan` 'team' | 'enterprise' | 'plus' | 'academia'
        - `isUserFollowing` boolean
      - object
        - `_id` string, required
        - `avatarUrl` string, required
        - `fullname` string, required
        - `name` string, required
        - `isHf` boolean, required
        - `isHfAdmin` boolean, required
        - `isMod` boolean, required
        - `followerCount` number
        - `type` 'user', required
        - `isPro` boolean, required
        - `isUserFollowing` boolean
        - `primaryOrg` object
          - `avatarUrl` string, required
          - `fullname` string, required
          - `name` string, required
          - `type` 'org', required
          - `isHf` boolean, required
          - `isFollowing` boolean
          - `plan` 'team' | 'enterprise' | 'plus' | 'academia'
          - `details` string
          - `hasPrivateMembersList` boolean
          - `userRole` union
            - 'admin' | 'write' | 'contributor' | 'read' | 'no_access'
            - string — Custom role name
          - `numUsers` number
    - `widgetOutputUrls` string[]
    - `isPreRelease` unknown
  - `numTotalModels` number, required
  - `linkedDatasets` object[], required
    - `author` string, required
    - `id` string, required
    - `isLikedByUser` boolean, required
    - `likes` number, required
    - `datasetsServerInfo` object
      - `viewer` 'preview' | 'viewer-partial' | 'viewer', required
      - `numRows` number, nullable, required
      - `libraries` string[], required
      - `formats` string[], required
      - `modalities` string[], required
    - `private` boolean, required
    - `repoType` 'dataset', required
    - `downloads` number, required
    - `gated` union, required
      - unknown
      - 'auto' | 'manual'
    - `lastModified` string, date-time, required
    - `resourceGroup` object
      - `id` string, required
      - `name` string, required
      - `numUsers` number
    - `isBenchmark` boolean
    - `isTraces` boolean
  - `numTotalDatasets` number, required
  - `linkedSpaces` object[], required
    - `id` string, required
    - `emoji` string, required
    - `running` boolean, required
    - `shortDescription` string
    - `featured` boolean, required
  - `numTotalSpaces` number, required
  - `comments` object[] — only available when field contains 'comments'
    - `id` string, required
    - `createdAt` string, date-time, required
    - `author` union
      - object
        - `_id` string, required
        - `avatarUrl` string, required
        - `fullname` string, required
        - `name` string, required
        - `isHf` boolean, required
        - `isHfAdmin` boolean, required
        - `isMod` boolean, required
        - `followerCount` number
        - `type` 'org', required
        - `plan` 'team' | 'enterprise' | 'plus' | 'academia'
        - `isUserFollowing` boolean
        - `isOwner` boolean
        - `isOrgMember` boolean
        - `isBlockedByMe` boolean
        - `oauthApp` object
          - `imageUrl` string
          - `imageData` object
            - `emoji` string, required
            - `colorFrom` string, required
            - `colorTo` string, required
          - `url` string
          - `name` string, required
      - object
        - `_id` string, required
        - `avatarUrl` string, required
        - `fullname` string, required
        - `name` string, required
        - `isHf` boolean, required
        - `isHfAdmin` boolean, required
        - `isMod` boolean, required
        - `followerCount` number
        - `type` 'user', required
        - `isPro` boolean, required
        - `isUserFollowing` boolean
        - `primaryOrg` object
          - `avatarUrl` string, required
          - `fullname` string, required
          - `name` string, required
          - `type` 'org', required
          - `isHf` boolean, required
          - `isFollowing` boolean
          - `plan` 'team' | 'enterprise' | 'plus' | 'academia'
          - `details` string
          - `hasPrivateMembersList` boolean
          - `userRole` union
            - 'admin' | 'write' | 'contributor' | 'read' | 'no_access'
            - string — Custom role name
          - `numUsers` number
        - `isOwner` boolean
        - `isOrgMember` boolean
        - `isBlockedByMe` boolean
        - `oauthApp` object
          - `imageUrl` string
          - `imageData` object
            - `emoji` string, required
            - `colorFrom` string, required
            - `colorTo` string, required
          - `url` string
          - `name` string, required
    - `type` 'comment', required
    - `data` object, required
      - `edited` boolean, required
      - `hidden` boolean, required
      - `hiddenBy` string
      - `hiddenReason` 'Spam' | 'Abuse' | 'Graphic Content' | 'Resolved' | 'Off-Topic' | 'Low Quality'
      - `latest` object, required
        - `raw` string, required
        - `html` string, required
        - `updatedAt` string, date-time, required
        - `author` union
          - object
            - `_id` string, required
            - `avatarUrl` string, required
            - `fullname` string, required
            - `name` string, required
            - `isHf` boolean, required
            - `isHfAdmin` boolean, required
            - `isMod` boolean, required
            - `followerCount` number
            - `type` 'org', required
            - `plan` 'team' | 'enterprise' | 'plus' | 'academia'
            - `isUserFollowing` boolean
          - object
            - `_id` string, required
            - `avatarUrl` string, required
            - `fullname` string, required
            - `name` string, required
            - `isHf` boolean, required
            - `isHfAdmin` boolean, required
            - `isMod` boolean, required
            - `followerCount` number
            - `type` 'user', required
            - `isPro` boolean, required
            - `isUserFollowing` boolean
            - `primaryOrg` object
              - …
      - `numEdits` number, required
      - `editors` string[], required
      - `editorAvatarUrls` string[], required
      - `reactions` object[], required
        - `reaction` '🔥' | '🚀' | '👀' | '❤️' | '🤗' | '😎' | '➕' | '🧠' | '👍' | '🤝' | '😔' | '🤯', required
        - `users` string[], required
        - `count` number, required
      - `identifiedLanguage` object
        - `language` string, required
        - `probability` number, required
      - `relatedEventId` string
      - `isReport` boolean
      - `parentCommentId` string

---

[API](https://skmtc.net/huggingface/apis/hub-api-endpoints.md) · [All operations](https://skmtc.net/huggingface/apis/hub-api-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/huggingface/hub-api-endpoints/versions/8443210055e0/schema)
