curl --location -g --request GET 'https:///v2/api/corpus/0/document' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
[
{
"id": 18998,
"user": {
"id": 160,
"email": "user@example.com",
"first_name": "John",
"last_name": "Doe",
"organization": 1
},
"created_by": "user@example.com",
"created_on": "2025-01-07T19:54:44.656134Z",
"type": "text",
"source": "document.txt",
"text": "Sample text content",
"tags": [
"example_tag"
],
"is_deleted": false,
"upload_from": "web",
"step": "completed",
"is_failed": false,
"pages": -1,
"corpus": 1352
}
]