Skip to main content
GET
チャンク一覧を取得

Authorizations

Authorization
string
header
required

API Key 認証です。すべての API リクエストにおいて、Authorization HTTP ヘッダーに Bearer プレフィックスを付けた API Key を含めてください。例:Authorization: Bearer {API_KEY}API Key はサーバーサイドに保存し、クライアントサイドで共有・保存しないことを強く推奨します。API Key の漏洩は深刻な結果につながる可能性があります。

Path Parameters

dataset_id
string<uuid>
required

ナレッジベース ID です。

document_id
string<uuid>
required

Document ID.

Query Parameters

page
integer
default:1

取得するページ番号。

limit
integer
default:20

1 ページあたりの項目数です。サーバーの上限は 100 です。

status
string[]

インデックスステータスでチャンクをフィルタリングします(例:completedindexingerror)。

keyword
string

検索キーワードです。

Response

200 - application/json

チャンクのリストです。

data
object[]

チャンクのリスト。

doc_form
string

このドキュメントが使用するドキュメントチャンキングモードです。

total
integer

一致するチャンクの合計数です。

has_more
boolean

次のページにさらに項目が存在するかどうかです。

limit
integer

1 ページあたりの件数です。

page
integer

現在のページ番号です。

Last modified on June 29, 2026