---
title: "Get skillareas in a test test"
method: GET
path: "/{organization}/tests/{test}/skillareas"
tags: ["test"]
---

# Get skillareas in a test test

`GET /{organization}/tests/{test}/skillareas`

Retrieve the skillareas under the test

## Path parameters

- `organization` string, required
- `test` string, required

## Response `200`

successful operation

- 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` — Invalid Test
- `404` — Test not found

---

[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)
