curl --request GET \
--url https://api.example.com/api/courses{
"courses": [
{
"chunk_count": 1,
"course_name": "<string>",
"file_count": 1,
"files": [
{
"chunk_count": 1,
"file_name": "<string>",
"file_path": "<string>",
"file_type": "<string>"
}
],
"namespace": "<string>"
}
],
"total": 1
}List courses grouped by namespace + course_name metadata.
curl --request GET \
--url https://api.example.com/api/courses{
"courses": [
{
"chunk_count": 1,
"course_name": "<string>",
"file_count": 1,
"files": [
{
"chunk_count": 1,
"file_name": "<string>",
"file_path": "<string>",
"file_type": "<string>"
}
],
"namespace": "<string>"
}
],
"total": 1
}