Skip to main content
GET
/
api
/
v1
/
courses
/
{course_id}
Get Course
curl --request GET \
  --url https://api.example.com/api/v1/courses/{course_id}
{
  "created_at": "<string>",
  "id": "<string>",
  "language": "<string>",
  "module_count": 123,
  "status": "<string>",
  "title": "<string>",
  "error_message": "<string>",
  "external_ref": "<string>",
  "has_quiz": false,
  "outline": {}
}

Path Parameters

course_id
string
required

Response

Successful Response

Response for GET /api/v1/courses/{id}

created_at
string
required
id
string
required
language
string
required
module_count
integer
required
status
string
required

generating | paused_for_review | ready | partial_quota_exceeded | error

title
string
required
error_message
string | null
external_ref
string | null
has_quiz
boolean
default:false
outline
Outline · object