# List LMS courses extracted from session URLs

**GET /v1/courses**



## Servers
- https://api.isnotai.com
- https://api-eu.isnotai.com

## Authentication methods
- bearer_auth


## Responses
### 200
Payload of CourseListResponse

Response body (application/json):
- **data** (array[object])
  Array items:
  - **courseId** (string)
  - **courseName** (string)
  - **sessionCount** (integer(int32))
- **pagination** (object)
  - **nextCursor** (string)
  - **hasMore** (boolean)
  - **limit** (integer(int32))

### 401
Payload of ErrorEnvelope

Response body (application/json):
- **error** (object)
  - **code** (string)
  - **message** (string)
  - **details** (object)

