---
title: "List data structures"
method: GET
path: "/data_structures"
tags: ["Data Structures"]
---

# List data structures

`GET /data_structures`

List global DSDs. Supports collapsed or flat list and optional pagination.

## Query parameters

- `flat` boolean
- `page` integer
- `per_page` integer
- `search` string
- `q` string
- `status` 'draft' | 'review' | 'published' | 'deprecated' | 'archived' — Catalogue DSD lifecycle slug (persisted as an integer in `data_structures.status`): `draft`, `review`, `published` (locked from destructive edits), `deprecated`, `archived` (locked). Request bodies and import JSON must use these strings.

## Response `200`

Successful operation

## Other responses

- `400` — Bad request

## Changes

- **2026-05-24** `b93c122bc338` — 1 info
  - endpoint added
- **2026-02-23** `5bfc4d9dc1c8` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/worldbank/apis/metadata-editor-api/changes/data_structures/get.md)

---

[API](https://skmtc.dev/worldbank/apis/metadata-editor-api.md) · [All operations](https://skmtc.dev/worldbank/apis/metadata-editor-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/worldbank/metadata-editor-api/revisions/b93c122bc338/schema)
