Skip to main content
GET
/
v1
/
chunks
/
version-chunk-ids
Get Version Chunk Ids Handler
curl --request GET \
  --url http://localhost:8000/v1/chunks/version-chunk-ids
{
  "chunk_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

Query Parameters

document_version_id
string<uuid>
required

Document version ID

Cookies

ks_uat
string | null

Response

Successful Response

Response containing chunk IDs for a document version.

chunk_ids
string<uuid>[]
required