---
title: "Retrieves a list of content types"
method: GET
path: "/api/v1/contenttype"
tags: ["Content Type"]
---

# Retrieves a list of content types

`GET /api/v1/contenttype`

Returns a list of content type objects based on the filtering criteria.

## Query parameters

- `filter` string
- `page` integer
- `per_page` integer
- `orderby` string
- `direction` 'ASC' | 'DESC'
- `type` string[]
- `host` string
- `sites` string
- `ensure` string

## Response `200`

Content types retrieved successfully

## Other responses

- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.dev/jostens/apis/dotcms-rest-api.md) · [All operations](https://skmtc.dev/jostens/apis/dotcms-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jostens/dotcms-rest-api/revisions/a088fe9f515c/schema)
