curl --location -g --request GET 'https:///api/v2/corpora/' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
{
"success": true,
"message": "string",
"data": {
"count": 0,
"num_pages": 0,
"current_page": 0,
"corpora": [
{
"id": 0,
"name": "string",
"description": "string",
"indexing_mode": {
"id": 0,
"mode": "exhaustive"
},
"owner": {
"id": 0,
"email": "user@example.com",
"is_superuser": true,
"first_name": "string",
"last_name": "string",
"organization": {
"id": 0,
"org_name": "string"
}
},
"tags": [
"string"
],
"refresh_schedule": {
"frequency": "string",
"month": "string",
"date": 0,
"time": "string",
"day": "string"
},
"refresh_type": "string"
}
]
}
}