---
title: "List all the components"
method: GET
path: "/assessment/api/v1/component_list/"
tags: ["List all the components"]
---

# List all the components

`GET /assessment/api/v1/component_list/`

This API is used to list all the components and the details about request and response format of each component. It includes the json schema of the request and response format of each component.

## Headers

- `auth` string, required
- `Content-Type` string

## Response `200`

OK

- object — The response contains [json schema](https://json-schema.org/overview/what-is-jsonschema) for request and response format of each component.

## Other responses

- `4XX` — Bad Request

---

[API](https://skmtc.net/eka/apis/eka-developer-apis.md) · [All operations](https://skmtc.net/eka/apis/eka-developer-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eka/eka-developer-apis/revisions/9ea23456f722/schema)
