---
title: "Get list of all the skillareas in the platform"
method: GET
path: "/skillareas"
tags: ["skillarea"]
---

# Get list of all the skillareas in the platform

`GET /skillareas`

Return a collection of skillareas

## Path parameters

- `organization` string, required

## Response `200`

Skillarea collection after a successful request

- Skillarea[]
  - `id` integer — Unique identifier of the skillaera
  - `name` string — Name of the skillarea
  - `description` string — Description of the skillarea
  - `questions` integer — Number of questions
  - `time_limit` integer — Time limit on the skillarea

## Other responses

- `400` — Bad request

---

[API](https://skmtc.net/kand/apis/kandio.md) · [All operations](https://skmtc.net/kand/apis/kandio/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kand/kandio/versions/07cae6abf6ca/schema)
