---
title: "Get All Assessments for a Company"
method: GET
path: "/api/v2/companies/{id}/assessments"
tags: ["Assessment"]
---

# Get All Assessments for a Company

`GET /api/v2/companies/{id}/assessments`

Returns a list of assessments for the specified company

## Path parameters

- `id` integer, required

## Response `200`

List of assessments for the company

- object[]
  - `Id` integer — Id of the Assessment.
  - `Name` string — Name of the assessment.
  - `Description` string — Description of the assessment.
  - `Status` 'Analyzing' | 'InvitationSent' | 'InvitationEnqueued' | 'WaitingOnVendor' | 'ReadyToReview' | 'InReview' | 'Completed' — Current status of the assessment.
  - `Frameworks` object[] — List of frameworks associated with the assessment.
    - `FrameworkName` string — Code or name of the compliance standard.
    - `FrameworkFullName` string — Full name of the compliance standard.
  - `LaunchedDate` string, date-time — Date and time when the assessment was launched.
  - `CreatedBy` string — User who created the assessment. If created by API, value is 'API'. If created via portal, value is the user's full name (e.g., 'John Doe').

## Other responses

- `400` — Invalid request or input
- `401` — Unauthorized
- `404` — Company not found
- `default` — Failure

---

[API](https://skmtc.net/blackkitetech/apis/black-kite-api.md) · [All operations](https://skmtc.net/blackkitetech/apis/black-kite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blackkitetech/black-kite-api/versions/7dadaba760fb/schema)
