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

# Get list of all the assessments in the organization

`GET /{organization}/assessments`

Return a collection of assessments

## Path parameters

- `organization` string, required

## Response `200`

Assessments collection after a successful request

- Assessment[]
  - `guid` string — Unique identifier of the assessment
  - `created_at` string, date-time — Date when the assessment is created
  - `updated_at` string, date-time — Date when the assessment is last updated
  - `unlocked_at` string, date-time — Date when the assessment is unlocked
  - `tests_id` integer, required — Id of the test that the candidate is assessed
  - `candidate_id` integer, required — Id of candidate that is assessed
  - `archived` boolean — Is the assessment is archived
  - `locked` boolean — Is the assessment is locked
  - `anonymized` boolean — Is the assessment is anonymized
  - `status` string — Status of the assessment on progress or completed
  - `time` integer — Time in seconds that it took to complete the assessment
  - `human_time` string — Human readable time
  - `rating` number, float — Rating of the candidate
  - `remark` string — Remark of the rating
  - `time_limit` integer — Time limit in seconds
  - `human_time_limit` string — Time limit in human readable form
  - `breaks` string — Breaks that the candidate took during the assessment

## 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/revisions/07cae6abf6ca/schema)
