---
title: "Get changed articles for Symplectic Elements"
method: GET
path: "/symplectic/articles"
tags: ["symplectic"]
---

# Get changed articles for Symplectic Elements

`GET /symplectic/articles`

Returns a list of articles for Symplectic Elements integration to synchronize article data.

## Query parameters

- `since` string, required
- `offset` integer
- `limit` integer
- `status` 'public' | 'private' | 'draft'
- `is_embargoed` 'true' | 'false'

## Response `200`

OK. Returns a list of symplectic articles

- object[]

## Other responses

- `400` — Bad Request - Missing or invalid parameters
- `401` — Unauthorized - Missing or invalid OAuth token
- `403` — Forbidden - Insufficient permissions

---

[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/revisions/9dfb419f4430/schema)
