---
title: "Initiate a new Report"
method: POST
path: "/account/articles/export"
tags: ["articles"]
---

# Initiate a new Report

`POST /account/articles/export`

Initiate a new Article Report for this Account. There is a limit of 1 report per day.

## Response `200`

OK. AccountReport created.

- AccountReport
  - `id` integer, required — A unique ID for the AccountRecord
  - `account_id` integer, required — The ID of the account which generated this report.
  - `created_date` string, required — Date when the AccountReport was requested
  - `status` 'missing' | 'pending' | 'done', required — Status of the report
  - `download_url` string, url, required — The download link for the generated XLSX
  - `group_id` integer, required — The group ID that was used to filter the report, if any.

## Other responses

- `429` — Too Many Requests
- `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)
