curl --location --request GET 'http://prod-cn.your-api-server.com/consoleapi/datasets/documents/e37234d6-f897-4465-8864-f89af4de6954/segments' \
--header 'Authorization: Bearer {{token}}'{
"code": 0,
"message": "string",
"data": {
"items": [
{
"status": "string",
"id": "string",
"documentId": "string",
"datasetId": "string",
"content": "string",
"chunkIndex": 0,
"contentLength": 0,
"children": [
"string"
],
"metadata": {},
"embedding": [
0
],
"vectorDimension": 0,
"error": null,
"embeddingModelId": "string",
"fullTextWeight": null,
"createdAt": "string",
"updatedAt": "string",
"document": null
}
],
"total": 0,
"page": 0,
"pageSize": 0,
"totalPages": 0
},
"timestamp": 0
}