Skip to main content
GET
/
v1
/
path-parts
/
{path_part_id}
/
subtree_chunks
Get Path Part Subtree Chunks Handler
curl --request GET \
  --url http://localhost:8000/v1/path-parts/{path_part_id}/subtree_chunks
{
  "groups": [
    {
      "chunk_ids": [
        "3c90c3cc-0d44-4b50-8888-8dd25736052a"
      ],
      "path_part_ids": [
        "3c90c3cc-0d44-4b50-8888-8dd25736052a"
      ],
      "tag_ids": [
        "3c90c3cc-0d44-4b50-8888-8dd25736052a"
      ]
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.knowledgestack.ai/llms.txt

Use this file to discover all available pages before exploring further.

Headers

authorization
string | null

Path Parameters

path_part_id
string<uuid>
required

Cookies

ks_uat
string | null

Response

Successful Response

Response for subtree resolution.

groups
SubtreeChunkGroup · object[]
required