EndpointsGet Courses
Endpoints

GET /courses

Retrieve a list of all available courses in the Mentor3.ai platform, including their titles, descriptions, difficulty levels, and enrollment counts. This endpoint supports filtering by subject area and sorting by popularity to help learners discover relevant content efficiently.

curl -X GET "https://api.mentor3.ai/v1/courses?limit=42" \
  -H "Content-Type: application/json"
["null"]
GET
/courses
GET
query
limitinteger

The maximum number of courses to return in a single request, with a maximum allowed value of 100 to ensure optimal performance and prevent excessive data transfer.

Format: int32
Request Preview
Response

Response will appear here after sending the request

Query Parameters

limitinteger

The maximum number of courses to return in a single request, with a maximum allowed value of 100 to ensure optimal performance and prevent excessive data transfer.

Responses

A successful response containing a paginated list of courses with detailed metadata including learning objectives, prerequisites, and estimated completion times for each course.

Was this page helpful?
Built with Documentation.AI

Last updated 4 days ago