# データエクスプローラーで何か変更がありましたか？API経由でクエリを取得できません

**URL:** https://meta.discourse.org/t/has-something-changed-in-the-data-explorer-cant-get-query-via-api/398172
**Category:** Support
**Tags:** data-explorer, rest-api
**Created:** [2026 年 3 月 11 日午後 2:33 UTC](https://meta.discourse.org/t/has-something-changed-in-the-data-explorer-cant-get-query-via-api/398172 "2026-03-11T14:33:52Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [2026 年 3 月 11 日午後 5:41 UTC](https://meta.discourse.org/t/has-something-changed-in-the-data-explorer-cant-get-query-via-api/398172/6 "2026-03-11T17:41:23Z")

</div>

> [@pfaffman](#):
>
> しかし、グローバルキーを持つ管理者であっても `limit=ALL` を使用できませんでした。

それがまさにPRが目指していたことです！

> [@pfaffman](#):
>
> クライアントはすべてのデータをダウンロードする必要があります

オプションは、バックアップ、または次のようなページネーションを使用することです。

```plaintext
select * from table where id > (:page * 5000)

```

これにより、5kごとにチャンクで取得できます。

---

_[View the full topic](https://meta.discourse.org/t/has-something-changed-in-the-data-explorer-cant-get-query-via-api/398172)._
