---
title: "Get list of all the tests in the organization"
method: GET
path: "/{organization}/tests"
tags: ["test"]
---

# Get list of all the tests in the organization

`GET /{organization}/tests`

Return a collection of tests

## Path parameters

- `organization` string, required

## Response `200`

Test collection after a successful request

- Test[]
  - `id` integer — Unique identifier of the skillaera
  - `created_at` string, date-time — Date when the test is created
  - `ended_at` string, date-time — Date when the test ends
  - `name` string — Name of the test
  - `archived` boolean — Is the test archived
  - `url` string — URL where the test can be taken by the candidate
  - `time_limit` string — Test approximate timelimit in seconds | time limit is the average time the test will have depending on the questions that the candidate will get from the pool
  - `password` string — Password used to take the test without social login

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