---
title: "Article Embargo Details"
method: GET
path: "/account/articles/{article_id}/embargo"
tags: ["articles"]
---

# Article Embargo Details

`GET /account/articles/{article_id}/embargo`

View a private article embargo details

## Path parameters

- `article_id` integer, required

## Response `200`

OK. Embargo for article

- ArticleEmbargo
  - `is_embargoed` boolean, required — True if embargoed
  - `embargo_date` string — Date when the embargo expires and the article gets published, null if not embargoed
  - `embargo_type` 'article' | 'file' — Embargo level. Possible values: article, file
  - `embargo_title` string, required — Title for embargo
  - `embargo_reason` string, required — Reason for embargo
  - `embargo_options` object[], required — List of embargo permissions that are associated with the article. If the type is logged_in and the group_ids list is empty, then the whole institution can see the article; if there are multiple group_ids, then only users that are under those groups can see the article.

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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