---
title: "assessment.list (Implemented by Partner)"
method: POST
path: "/assessment.list"
tags: ["Assessment"]
---

# assessment.list (Implemented by Partner)

`POST /assessment.list`

The API for listing assessments that the partner supports — implemented by the partner, but called by Ashby

## Request body

- object

## Response `200`

Responses for the assessment.list endpoint

- union
  - object
    - `success` boolean, required — Whether the response is considered successful.
    - `results` AssessmentListItem[]
      - `assessment_type_id` string, uuid
      - `name` string
      - `description` string
  - OverlayErrorResponse
    - `success` boolean, required — Whether the response is considered successful.
    - `errors` string[], required — A list of error codes
    - `errorInfo` object, required — A single error code and additional error information
      - `code` string, required
      - `message` string
      - `requestId` string — Opaque identifier for the API request, which can be provided to Ashby support to help them diagnose the issue
      - `meta` object

---

[API](https://skmtc.net/ashbyhq/apis/ashby-api.md) · [All operations](https://skmtc.net/ashbyhq/apis/ashby-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ashbyhq/ashby-api/revisions/778b919dc743/schema)
