---
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

---

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