# platform_orgs_courses_count_retrieve Get total count of courses on the platform. This endpoint returns the total number of courses available on the platform. Returns: The total count of courses on the platform. Endpoint: GET /api/platform/orgs/{org}/courses/count Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Query parameters: - `department_id` (integer) When is passed, it allows to filter data for only user content groups for the specified department - `format` (string) Format * - json Enum: "json" - `include_main_platform` (boolean) Include main platform data ## Path parameters: - `org` (string, required) ## Response 200 fields (application/json): - `data` (object, required) - `data.count` (integer, required) Total