---
title: "Account Article Report"
method: GET
path: "/account/articles/export"
tags: ["articles"]
---

# Account Article Report

`GET /account/articles/export`

Return status on all reports generated for the account from the oauth credentials

## Query parameters

- `group_id` integer

## Response `200`

OK. An array of account report entries

- 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

- `400` — Bad Request
- `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)
