List Child Chunks
Returns a paginated list of child chunks under a specific parent chunk.
Authorizations
Every request authenticates with an API key: Authorization: Bearer {API_KEY}. App endpoints take an app API key; knowledge endpoints take a knowledge base API key (Get Started).
Keep keys server-side; never embed them in client code. Requests with a missing or invalid key fail with HTTP 401 (unauthorized).
Path Parameters
Knowledge base ID, from List Knowledge Bases. For a scoped key, copy the ID from the Dify URL.
Document ID. Obtain it from List Documents.
Parent chunk ID. Obtain it from List Chunks.
Query Parameters
Page number.
x >= 1Number of items per page. Server caps at 100.
x >= 1Search keyword.