---
title: "GET /entity-facets"
method: GET
path: "/entity-facets"
tags: ["Entity"]
---

# GET /entity-facets

`GET /entity-facets`

Get all entity facets that match the given filters.

## Query parameters

- `facet` string[], required
- `filter` string[]

## Response `200`

Ok

- EntityFacetsResponse
  - `facets` object, required

## Other responses

- `400` — An error response from the backend.
- `default` — An error response from the backend.

## Changes

> 37 revisions in range; 1 not diffed, 6 could not be searched.

- **2023-08-30** `13d29b2e3f77` — 2 info
  - for the `query` request parameter `facet`, the type/format was generalized from `string`/`` to `array`/``
  - for the `query` request parameter `filter`, the type/format was generalized from `string`/`` to `array`/``
- **2023-08-30** `7e046a76d0a1` — 2 info
  - for the `query` request parameter `facet`, the type/format was generalized from `array`/`` to `string`/``
  - for the `query` request parameter `filter`, the type/format was generalized from `array`/`` to `string`/``
- **2023-08-21** `02bc953b1f11` — 1 info
  - for the `query` request parameter `facet`, the type/format was generalized from `string`/`` to `array`/``
- **2023-07-16** `bbfd7e881417` — 1 info
  - added the non-success response with the status `400`
- **2023-05-11** `bb4f6aea091e` — 1 info
  - for the `query` request parameter `filter`, the type/format was generalized from `string`/`` to `array`/``

[Full history](https://skmtc.dev/backstage/apis/catalog/changes/entity-facets/get.md)

---

[API](https://skmtc.dev/backstage/apis/catalog.md) · [All operations](https://skmtc.dev/backstage/apis/catalog/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/backstage/catalog/revisions/cf26233702b7/schema)
