---
title: "Get all themes"
method: GET
path: "/themes"
tags: ["Theme"]
---

# Get all themes

`GET /themes`

Get a list of all themes. For more information on `paramsIO` refer to the [Get started article](../../developer-docs/apis/automation-api-rest/get-started/get-started), and see the [Using paramsIO tutorial](../../developer-docs/apis/automation-api-rest/tutorials/paramsio-use-cases) for practical use cases. To use optionalFields check out [this guide](../../developer-docs/apis/automation-api-rest/tutorials/using-optional-fields-in-queries).

## Query parameters

- `paramsIO` RequestParams, required
  - `filter` union
    - FilteringCondition — Filtering expression
      - `field` string
      - `operator` 'EQUAL' | 'NOT_EQUAL' | 'LESS' | 'GREATER' | 'LESS_OR_EQUAL' | 'GREATER_OR_EQUAL' | 'LIKE' | 'NOT_LIKE' | 'BETWEEN' | 'IN' | 'NOT_IN' | 'NOT' | 'IS_NULL' | 'IS_NOT_NULL' | 'IS_TRUE' | 'IS_FALSE' | 'IS_EMPTY' | 'IS_NOT_EMPTY' | 'CONTAINS'
      - `parameters` object[]
    - FilteringLogic — Filtering expression
      - `conditionalOperator` 'AND' | 'OR'
      - `expressions` union[]
        - union
          - FilteringCondition — Filtering expression
            - `field` string
            - `operator` 'EQUAL' | 'NOT_EQUAL' | 'LESS' | 'GREATER' | 'LESS_OR_EQUAL' | 'GREATER_OR_EQUAL' | 'LIKE' | 'NOT_LIKE' | 'BETWEEN' | 'IN' | 'NOT_IN' | 'NOT' | 'IS_NULL' | 'IS_NOT_NULL' | 'IS_TRUE' | 'IS_FALSE' | 'IS_EMPTY' | 'IS_NOT_EMPTY' | 'CONTAINS'
            - `parameters` object[]
              - …
          - FilteringLogic — recursive
  - `page` integer — Page number
  - `perPage` integer — Number of items per page
  - `sort` SortingParameter[] — Sorting parameters
    - `direction` 'ASC' | 'DESC' — Sorting direction
    - `field` string — Sorting field name
- `optionalFields` string[]

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/kameleoon/apis/openapi-definition-for-automation-api.md) · [All operations](https://skmtc.net/kameleoon/apis/openapi-definition-for-automation-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kameleoon/openapi-definition-for-automation-api/versions/09f2abcea0b5/schema)
