cURL
curl --request GET \ --url https://api.example.com/user/document/{knowledge_id}/chunks \ --header 'Authorization: Bearer <token>'
[ { "chunk_id": 123, "knowledge_id": 123, "chunk_level": "<string>", "segment_index": 123, "chunk_text": "<string>", "created_at": "2023-11-07T05:31:56Z", "page_id": 123, "parent_chunk_id": 123, "chunk_index_in_segment": 123, "chunk_index": 123 } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 1
Successful Response