---
title: "Org List Custom Data"
method: POST
path: "/v1/orgs/custom-data/list"
tags: ["orgs"]
---

# Org List Custom Data

`POST /v1/orgs/custom-data/list`

Lists all custom data files across all spaces within the organization.

## Query parameters

- `search` string, nullable
- `page` integer
- `size` integer

## Request body

- AppCustomDataOrgListRequest
  - `show_org_only` boolean
  - `show_public_only` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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